Html Css Color HEX #135188 Dark Cerulean

📋 copy color: '#135188'

red 19 ◦ green 81 ◦ blue 136

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

Shades of Dark Cerulean #135188

Tints of Dark Cerulean #135188

RGB

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

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

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

R = 8.05%
G = 34.32%
B = 57.63%

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

#135188 (or 0x135188) is known color: Dark Cerulean. HEX triplet: 13, 51 and 88. RGB value is (19,81,136). Sum of RGB (Red+Green+Blue) = 19+81+136=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #135188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135188 is #ECAE77. Grayscale: #444444. Windows color (decimal): -15511160 or 8933651. OLE color: 8933651.

HSL color Cylindrical-coordinate representation of color #135188: hue angle of 208.21º 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 #135188 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 81 136 -
CMYK 0.86 0.40 0 0.47
HSL 208.21º 0.75% 0.3% -
HSV(B) 208.21º 0.86% 0.53% -
XYZ 7.65 7.8 24.39 -
YUV 68.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 19 81 136 0.86 0.40 0 0.47 208.21 0.75 0.3
Hex 13 51 88 56 28 0 2F D0 4B 1E
Octal 23 121 210 126 50 0 57 320 113 36
Binary 10011 1010001 10001000 1010110 101000 0 101111 11010000 1001011 11110

Color Harmonies of #135188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135188

Black with #135188

Text Example


Text Example

White with #135188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135188; }

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

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

background-color css

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

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

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

border-color css

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

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

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