Html Css Color HEX #135380 Dark Cerulean

📋 copy color: '#135380'

red 19 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #135380

Tints of Dark Cerulean #135380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 8.26%
G = 36.09%
B = 55.65%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135380 (or 0x135380) is known color: Dark Cerulean. HEX triplet: 13, 53 and 80. RGB value is (19,83,128). Sum of RGB (Red+Green+Blue) = 19+83+128=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #135380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135380 is #ECAC7F. Grayscale: #444444. Windows color (decimal): -15510656 or 8409875. OLE color: 8409875.

HSL color Cylindrical-coordinate representation of color #135380: hue angle of 204.77º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135380 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 83 128 -
CMYK 0.85 0.35 0 0.50
HSL 204.77º 0.74% 0.29% -
HSV(B) 204.77º 0.85% 0.5% -
XYZ 7.26 7.88 21.56 -
YUV 68.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 19 83 128 0.85 0.35 0 0.50 204.77 0.74 0.29
Hex 13 53 80 55 23 0 32 CD 4A 1D
Octal 23 123 200 125 43 0 62 315 112 35
Binary 10011 1010011 10000000 1010101 100011 0 110010 11001101 1001010 11101

Color Harmonies of #135380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135380

Black with #135380

Text Example


Text Example

White with #135380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135380; }

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

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

background-color css

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

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

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

border-color css

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

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

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