Html Css Color HEX #135279 Dark Cerulean

📋 copy color: '#135279'

red 19 ◦ green 82 ◦ blue 121

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

Shades of Dark Cerulean #135279

Tints of Dark Cerulean #135279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 8.56%
G = 36.94%
B = 54.5%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135279 (or 0x135279) is known color: Dark Cerulean. HEX triplet: 13, 52 and 79. RGB value is (19,82,121). Sum of RGB (Red+Green+Blue) = 19+82+121=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #135279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135279 is #ECAD86. Grayscale: #434343. Windows color (decimal): -15510919 or 7950867. OLE color: 7950867.

HSL color Cylindrical-coordinate representation of color #135279: hue angle of 202.94º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135279 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 82 121 -
CMYK 0.84 0.32 0 0.53
HSL 202.94º 0.73% 0.27% -
HSV(B) 202.94º 0.84% 0.47% -
XYZ 6.74 7.55 19.19 -
YUV 67.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 19 82 121 0.84 0.32 0 0.53 202.94 0.73 0.27
Hex 13 52 79 54 20 0 35 CB 49 1B
Octal 23 122 171 124 40 0 65 313 111 33
Binary 10011 1010010 1111001 1010100 100000 0 110101 11001011 1001001 11011

Color Harmonies of #135279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135279

Black with #135279

Text Example


Text Example

White with #135279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135279; }

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

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

background-color css

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

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

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

border-color css

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

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

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