Html Css Color HEX #134D71 Dark Cerulean

📋 copy color: '#134D71'

red 19 ◦ green 77 ◦ blue 113

#134D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #134D71

Tints of Dark Cerulean #134D71

RGB

 RED value IS 19 (7.81% from 255) = 9.09%

 GREEN value IS 77 (30.47% from 255) = 36.84%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 9.09%
G = 36.84%
B = 54.07%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#134D71 (or 0x134D71) is known color: Dark Cerulean. HEX triplet: 13, 4D and 71. RGB value is (19,77,113). Sum of RGB (Red+Green+Blue) = 19+77+113=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #134D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D71 is #ECB28E. Grayscale: #3F3F3F. Windows color (decimal): -15512207 or 7425299. OLE color: 7425299.

HSL color Cylindrical-coordinate representation of color #134D71: hue angle of 202.98º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134D71 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 77 113 -
CMYK 0.83 0.32 0 0.56
HSL 202.98º 0.71% 0.26% -
HSV(B) 202.98º 0.83% 0.44% -
XYZ 5.9 6.64 16.59 -
YUV 63.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 19 77 113 0.83 0.32 0 0.56 202.98 0.71 0.26
Hex 13 4D 71 53 20 0 38 CB 47 1A
Octal 23 115 161 123 40 0 70 313 107 32
Binary 10011 1001101 1110001 1010011 100000 0 111000 11001011 1000111 11010

Color Harmonies of #134D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D71

Black with #134D71

Text Example


Text Example

White with #134D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D71; }

 p { color: rgb(19,77,113); }

 H1.HeaderClassName
 {
   color: #134D71;
 }
 .AnyTagClassName
 {
   color: #134D71;
 }
</style>

background-color css

<style>
 a { background-color: #134D71; }

 a { background-color: rgb(19,77,113); }

 div.DivClassName
 {
   background-color: #134D71;
 }
 .BgClassName
 {
   background-color: #134D71;
 }
</style>

border-color css

<style>
 span { border-color: #134D71; }

 span { border-color: rgb(19,77,113); }

 td.TdClassName
 {
   border-color: #134D71;
 }
 .TagClassName
 {
   border-color: #134D71;
 }
</style>