Html Css Color HEX #135288 Dark Cerulean

📋 copy color: '#135288'

red 19 ◦ green 82 ◦ blue 136

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

Shades of Dark Cerulean #135288

Tints of Dark Cerulean #135288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 8.02%
G = 34.6%
B = 57.38%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135288 (or 0x135288) is known color: Dark Cerulean. HEX triplet: 13, 52 and 88. RGB value is (19,82,136). Sum of RGB (Red+Green+Blue) = 19+82+136=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #135288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135288 is #ECAD77. Grayscale: #454545. Windows color (decimal): -15510904 or 8933907. OLE color: 8933907.

HSL color Cylindrical-coordinate representation of color #135288: hue angle of 207.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135288 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 82 136 -
CMYK 0.86 0.40 0 0.47
HSL 207.69º 0.75% 0.3% -
HSV(B) 207.69º 0.86% 0.53% -
XYZ 7.73 7.95 24.42 -
YUV 69.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 19 82 136 0.86 0.40 0 0.47 207.69 0.75 0.3
Hex 13 52 88 56 28 0 2F D0 4B 1E
Octal 23 122 210 126 50 0 57 320 113 36
Binary 10011 1010010 10001000 1010110 101000 0 101111 11010000 1001011 11110

Color Harmonies of #135288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135288

Black with #135288

Text Example


Text Example

White with #135288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135288; }

 p { color: rgb(19,82,136); }

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

background-color css

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

 a { background-color: rgb(19,82,136); }

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

border-color css

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

 span { border-color: rgb(19,82,136); }

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