Html Css Color HEX #134077 Dark Cerulean

📋 copy color: '#134077'

red 19 ◦ green 64 ◦ blue 119

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

Shades of Dark Cerulean #134077

Tints of Dark Cerulean #134077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 9.41%
G = 31.68%
B = 58.91%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134077 (or 0x134077) is known color: Dark Cerulean. HEX triplet: 13, 40 and 77. RGB value is (19,64,119). Sum of RGB (Red+Green+Blue) = 19+64+119=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #134077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134077 is #ECBF88. Grayscale: #383838. Windows color (decimal): -15515529 or 7815187. OLE color: 7815187.

HSL color Cylindrical-coordinate representation of color #134077: hue angle of 213º 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 #134077 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 64 119 -
CMYK 0.84 0.46 0 0.53
HSL 213º 0.72% 0.27% -
HSV(B) 213º 0.84% 0.47% -
XYZ 5.43 5.14 18.16 -
YUV 56.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 19 64 119 0.84 0.46 0 0.53 213 0.72 0.27
Hex 13 40 77 54 2E 0 35 D5 48 1B
Octal 23 100 167 124 56 0 65 325 110 33
Binary 10011 1000000 1110111 1010100 101110 0 110101 11010101 1001000 11011

Color Harmonies of #134077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134077

Black with #134077

Text Example


Text Example

White with #134077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134077; }

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

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

background-color css

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

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

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

border-color css

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

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

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