Html Css Color HEX #135282 Dark Cerulean

📋 copy color: '#135282'

red 19 ◦ green 82 ◦ blue 130

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

Shades of Dark Cerulean #135282

Tints of Dark Cerulean #135282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.28%

R = 8.23%
G = 35.5%
B = 56.28%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135282 (or 0x135282) is known color: Dark Cerulean. HEX triplet: 13, 52 and 82. RGB value is (19,82,130). Sum of RGB (Red+Green+Blue) = 19+82+130=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #135282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135282 is #ECAD7D. Grayscale: #444444. Windows color (decimal): -15510910 or 8540691. OLE color: 8540691.

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

Color convert

RGB 19 82 130 -
CMYK 0.85 0.37 0 0.49
HSL 205.95º 0.74% 0.29% -
HSV(B) 205.95º 0.85% 0.51% -
XYZ 7.32 7.78 22.24 -
YUV 68.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 19 82 130 0.85 0.37 0 0.49 205.95 0.74 0.29
Hex 13 52 82 55 25 0 31 CE 4A 1D
Octal 23 122 202 125 45 0 61 316 112 35
Binary 10011 1010010 10000010 1010101 100101 0 110001 11001110 1001010 11101

Color Harmonies of #135282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135282

Black with #135282

Text Example


Text Example

White with #135282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135282; }

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

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

background-color css

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

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

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

border-color css

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

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

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