Html Css Color HEX #134C81 Dark Cerulean

📋 copy color: '#134C81'

red 19 ◦ green 76 ◦ blue 129

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

Shades of Dark Cerulean #134C81

Tints of Dark Cerulean #134C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.59%

R = 8.48%
G = 33.93%
B = 57.59%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134C81 (or 0x134C81) is known color: Dark Cerulean. HEX triplet: 13, 4C and 81. RGB value is (19,76,129). Sum of RGB (Red+Green+Blue) = 19+76+129=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #134C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C81 is #ECB37E. Grayscale: #404040. Windows color (decimal): -15512447 or 8473619. OLE color: 8473619.

HSL color Cylindrical-coordinate representation of color #134C81: hue angle of 208.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134C81 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 76 129 -
CMYK 0.85 0.41 0 0.49
HSL 208.91º 0.74% 0.29% -
HSV(B) 208.91º 0.85% 0.51% -
XYZ 6.82 6.89 21.74 -
YUV 65 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 19 76 129 0.85 0.41 0 0.49 208.91 0.74 0.29
Hex 13 4C 81 55 29 0 31 D1 4A 1D
Octal 23 114 201 125 51 0 61 321 112 35
Binary 10011 1001100 10000001 1010101 101001 0 110001 11010001 1001010 11101

Color Harmonies of #134C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C81

Black with #134C81

Text Example


Text Example

White with #134C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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