Html Css Color HEX #134477 Dark Cerulean

📋 copy color: '#134477'

red 19 ◦ green 68 ◦ blue 119

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

Shades of Dark Cerulean #134477

Tints of Dark Cerulean #134477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 9.22%
G = 33.01%
B = 57.77%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134477 (or 0x134477) is known color: Dark Cerulean. HEX triplet: 13, 44 and 77. RGB value is (19,68,119). Sum of RGB (Red+Green+Blue) = 19+68+119=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #134477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134477 is #ECBB88. Grayscale: #3A3A3A. Windows color (decimal): -15514505 or 7816211. OLE color: 7816211.

HSL color Cylindrical-coordinate representation of color #134477: hue angle of 210.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134477 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 68 119 -
CMYK 0.84 0.43 0 0.53
HSL 210.6º 0.72% 0.27% -
HSV(B) 210.6º 0.84% 0.47% -
XYZ 5.67 5.6 18.24 -
YUV 59.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 19 68 119 0.84 0.43 0 0.53 210.6 0.72 0.27
Hex 13 44 77 54 2B 0 35 D3 48 1B
Octal 23 104 167 124 53 0 65 323 110 33
Binary 10011 1000100 1110111 1010100 101011 0 110101 11010011 1001000 11011

Color Harmonies of #134477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134477

Black with #134477

Text Example


Text Example

White with #134477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134477; }

 p { color: rgb(19,68,119); }

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

background-color css

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

 a { background-color: rgb(19,68,119); }

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

border-color css

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

 span { border-color: rgb(19,68,119); }

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