Html Css Color HEX #135090 Dark Cerulean

📋 copy color: '#135090'

red 19 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #135090

Tints of Dark Cerulean #135090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 144 (56.64% from 255) = 59.26%

R = 7.82%
G = 32.92%
B = 59.26%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#135090 (or 0x135090) is known color: Dark Cerulean. HEX triplet: 13, 50 and 90. RGB value is (19,80,144). Sum of RGB (Red+Green+Blue) = 19+80+144=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #135090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135090 is #ECAF6F. Grayscale: #444444. Windows color (decimal): -15511408 or 9457683. OLE color: 9457683.

HSL color Cylindrical-coordinate representation of color #135090: hue angle of 210.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135090 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 80 144 -
CMYK 0.87 0.44 0 0.44
HSL 210.72º 0.77% 0.32% -
HSV(B) 210.72º 0.87% 0.56% -
XYZ 8.17 7.89 27.48 -
YUV 69.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 19 80 144 0.87 0.44 0 0.44 210.72 0.77 0.32
Hex 13 50 90 57 2C 0 2C D3 4D 20
Octal 23 120 220 127 54 0 54 323 115 40
Binary 10011 1010000 10010000 1010111 101100 0 101100 11010011 1001101 100000

Color Harmonies of #135090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135090

Black with #135090

Text Example


Text Example

White with #135090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135090; }

 p { color: rgb(19,80,144); }

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

background-color css

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

 a { background-color: rgb(19,80,144); }

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

border-color css

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

 span { border-color: rgb(19,80,144); }

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