Html Css Color HEX #135178 Dark Cerulean

📋 copy color: '#135178'

red 19 ◦ green 81 ◦ blue 120

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

Shades of Dark Cerulean #135178

Tints of Dark Cerulean #135178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.82%

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 8.64%
G = 36.82%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135178 (or 0x135178) is known color: Dark Cerulean. HEX triplet: 13, 51 and 78. RGB value is (19,81,120). Sum of RGB (Red+Green+Blue) = 19+81+120=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #135178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135178 is #ECAE87. Grayscale: #424242. Windows color (decimal): -15511176 or 7885075. OLE color: 7885075.

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

Color convert

RGB 19 81 120 -
CMYK 0.84 0.32 0 0.53
HSL 203.17º 0.73% 0.27% -
HSV(B) 203.17º 0.84% 0.47% -
XYZ 6.6 7.38 18.85 -
YUV 66.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 19 81 120 0.84 0.32 0 0.53 203.17 0.73 0.27
Hex 13 51 78 54 20 0 35 CB 49 1B
Octal 23 121 170 124 40 0 65 313 111 33
Binary 10011 1010001 1111000 1010100 100000 0 110101 11001011 1001001 11011

Color Harmonies of #135178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135178

Black with #135178

Text Example


Text Example

White with #135178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135178; }

 p { color: rgb(19,81,120); }

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

background-color css

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

 a { background-color: rgb(19,81,120); }

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

border-color css

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

 span { border-color: rgb(19,81,120); }

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