Html Css Color HEX #134977 Dark Cerulean

📋 copy color: '#134977'

red 19 ◦ green 73 ◦ blue 119

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

Shades of Dark Cerulean #134977

Tints of Dark Cerulean #134977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 9%
G = 34.6%
B = 56.4%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134977 (or 0x134977) is known color: Dark Cerulean. HEX triplet: 13, 49 and 77. RGB value is (19,73,119). Sum of RGB (Red+Green+Blue) = 19+73+119=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #134977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134977 is #ECB688. Grayscale: #3D3D3D. Windows color (decimal): -15513225 or 7817491. OLE color: 7817491.

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

Color convert

RGB 19 73 119 -
CMYK 0.84 0.39 0 0.53
HSL 207.6º 0.72% 0.27% -
HSV(B) 207.6º 0.84% 0.47% -
XYZ 5.98 6.24 18.34 -
YUV 62.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 19 73 119 0.84 0.39 0 0.53 207.6 0.72 0.27
Hex 13 49 77 54 27 0 35 D0 48 1B
Octal 23 111 167 124 47 0 65 320 110 33
Binary 10011 1001001 1110111 1010100 100111 0 110101 11010000 1001000 11011

Color Harmonies of #134977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134977

Black with #134977

Text Example


Text Example

White with #134977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134977; }

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

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

background-color css

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

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

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

border-color css

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

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

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