Html Css Color HEX #135381 Dark Cerulean

📋 copy color: '#135381'

red 19 ◦ green 83 ◦ blue 129

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

Shades of Dark Cerulean #135381

Tints of Dark Cerulean #135381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 8.23%
G = 35.93%
B = 55.84%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135381 (or 0x135381) is known color: Dark Cerulean. HEX triplet: 13, 53 and 81. RGB value is (19,83,129). Sum of RGB (Red+Green+Blue) = 19+83+129=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #135381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135381 is #ECAC7E. Grayscale: #444444. Windows color (decimal): -15510655 or 8475411. OLE color: 8475411.

HSL color Cylindrical-coordinate representation of color #135381: hue angle of 205.09º 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 #135381 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 83 129 -
CMYK 0.85 0.36 0 0.49
HSL 205.09º 0.74% 0.29% -
HSV(B) 205.09º 0.85% 0.51% -
XYZ 7.32 7.91 21.91 -
YUV 69.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 19 83 129 0.85 0.36 0 0.49 205.09 0.74 0.29
Hex 13 53 81 55 24 0 31 CD 4A 1D
Octal 23 123 201 125 44 0 61 315 112 35
Binary 10011 1010011 10000001 1010101 100100 0 110001 11001101 1001010 11101

Color Harmonies of #135381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135381

Black with #135381

Text Example


Text Example

White with #135381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135381; }

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

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

background-color css

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

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

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

border-color css

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

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

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