Html Css Color HEX #105087 Dark Cerulean

📋 copy color: '#105087'

red 16 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #105087

Tints of Dark Cerulean #105087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 6.93%
G = 34.63%
B = 58.44%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#105087 (or 0x105087) is known color: Dark Cerulean. HEX triplet: 10, 50 and 87. RGB value is (16,80,135). Sum of RGB (Red+Green+Blue) = 16+80+135=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #105087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105087 is #EFAF78. Grayscale: #424242. Windows color (decimal): -15708025 or 8867856. OLE color: 8867856.

HSL color Cylindrical-coordinate representation of color #105087: hue angle of 207.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105087 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 80 135 -
CMYK 0.88 0.41 0 0.47
HSL 207.73º 0.79% 0.3% -
HSV(B) 207.73º 0.88% 0.53% -
XYZ 7.46 7.6 24 -
YUV 67.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 16 80 135 0.88 0.41 0 0.47 207.73 0.79 0.3
Hex 10 50 87 58 29 0 2F D0 4F 1E
Octal 20 120 207 130 51 0 57 320 117 36
Binary 10000 1010000 10000111 1011000 101001 0 101111 11010000 1001111 11110

Color Harmonies of #105087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105087

Black with #105087

Text Example


Text Example

White with #105087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105087; }

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

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

background-color css

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

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

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

border-color css

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

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

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