Html Css Color HEX #105086 Dark Cerulean

📋 copy color: '#105086'

red 16 ◦ green 80 ◦ blue 134

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

Shades of Dark Cerulean #105086

Tints of Dark Cerulean #105086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 6.96%
G = 34.78%
B = 58.26%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#105086 (or 0x105086) is known color: Dark Cerulean. HEX triplet: 10, 50 and 86. RGB value is (16,80,134). Sum of RGB (Red+Green+Blue) = 16+80+134=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #105086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105086 is #EFAF79. Grayscale: #424242. Windows color (decimal): -15708026 or 8802320. OLE color: 8802320.

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

Color convert

RGB 16 80 134 -
CMYK 0.88 0.40 0 0.47
HSL 207.46º 0.79% 0.29% -
HSV(B) 207.46º 0.88% 0.53% -
XYZ 7.39 7.57 23.63 -
YUV 67.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 16 80 134 0.88 0.40 0 0.47 207.46 0.79 0.29
Hex 10 50 86 58 28 0 2F CF 4F 1D
Octal 20 120 206 130 50 0 57 317 117 35
Binary 10000 1010000 10000110 1011000 101000 0 101111 11001111 1001111 11101

Color Harmonies of #105086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105086

Black with #105086

Text Example


Text Example

White with #105086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105086; }

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

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

background-color css

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

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

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

border-color css

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

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

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