Html Css Color HEX #134C79 Dark Cerulean

📋 copy color: '#134C79'

red 19 ◦ green 76 ◦ blue 121

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

Shades of Dark Cerulean #134C79

Tints of Dark Cerulean #134C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 8.8%
G = 35.19%
B = 56.02%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134C79 (or 0x134C79) is known color: Dark Cerulean. HEX triplet: 13, 4C and 79. RGB value is (19,76,121). Sum of RGB (Red+Green+Blue) = 19+76+121=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #134C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C79 is #ECB386. Grayscale: #3F3F3F. Windows color (decimal): -15512455 or 7949331. OLE color: 7949331.

HSL color Cylindrical-coordinate representation of color #134C79: hue angle of 206.47º degrees, saturation: 0.73, 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 #134C79 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 76 121 -
CMYK 0.84 0.37 0 0.53
HSL 206.47º 0.73% 0.27% -
HSV(B) 206.47º 0.84% 0.47% -
XYZ 6.3 6.69 19.05 -
YUV 64.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 19 76 121 0.84 0.37 0 0.53 206.47 0.73 0.27
Hex 13 4C 79 54 25 0 35 CE 49 1B
Octal 23 114 171 124 45 0 65 316 111 33
Binary 10011 1001100 1111001 1010100 100101 0 110101 11001110 1001001 11011

Color Harmonies of #134C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C79

Black with #134C79

Text Example


Text Example

White with #134C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,76,121); }

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

background-color css

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

 a { background-color: rgb(19,76,121); }

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

border-color css

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

 span { border-color: rgb(19,76,121); }

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