Html Css Color HEX #134776 Dark Cerulean

📋 copy color: '#134776'

red 19 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #134776

Tints of Dark Cerulean #134776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 9.13%
G = 34.13%
B = 56.73%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134776 (or 0x134776) is known color: Dark Cerulean. HEX triplet: 13, 47 and 76. RGB value is (19,71,118). Sum of RGB (Red+Green+Blue) = 19+71+118=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #134776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134776 is #ECB889. Grayscale: #3C3C3C. Windows color (decimal): -15513738 or 7751443. OLE color: 7751443.

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

Color convert

RGB 19 71 118 -
CMYK 0.84 0.40 0 0.54
HSL 208.48º 0.72% 0.27% -
HSV(B) 208.48º 0.84% 0.46% -
XYZ 5.79 5.95 17.98 -
YUV 60.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 19 71 118 0.84 0.40 0 0.54 208.48 0.72 0.27
Hex 13 47 76 54 28 0 36 D0 48 1B
Octal 23 107 166 124 50 0 66 320 110 33
Binary 10011 1000111 1110110 1010100 101000 0 110110 11010000 1001000 11011

Color Harmonies of #134776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134776

Black with #134776

Text Example


Text Example

White with #134776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134776; }

 p { color: rgb(19,71,118); }

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

background-color css

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

 a { background-color: rgb(19,71,118); }

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

border-color css

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

 span { border-color: rgb(19,71,118); }

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