Html Css Color HEX #105090 Dark Cerulean

📋 copy color: '#105090'

red 16 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #105090

Tints of Dark Cerulean #105090

RGB

 RED value IS 16 (6.64% from 255) = 6.67%

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

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

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#105090 (or 0x105090) is known color: Dark Cerulean. HEX triplet: 10, 50 and 90. RGB value is (16,80,144). Sum of RGB (Red+Green+Blue) = 16+80+144=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #105090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105090 is #EFAF6F. Grayscale: #434343. Windows color (decimal): -15708016 or 9457680. OLE color: 9457680.

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

Color convert

RGB 16 80 144 -
CMYK 0.89 0.44 0 0.44
HSL 210º 0.8% 0.31% -
HSV(B) 210º 0.89% 0.56% -
XYZ 8.12 7.86 27.48 -
YUV 68.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 16 80 144 0.89 0.44 0 0.44 210 0.8 0.31
Hex 10 50 90 59 2C 0 2C D2 50 1F
Octal 20 120 220 131 54 0 54 322 120 37
Binary 10000 1010000 10010000 1011001 101100 0 101100 11010010 1010000 11111

Color Harmonies of #105090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105090

Black with #105090

Text Example


Text Example

White with #105090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105090; }

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

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

background-color css

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

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

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

border-color css

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

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

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