Html Css Color HEX #105680 Dark Cerulean

📋 copy color: '#105680'

red 16 ◦ green 86 ◦ blue 128

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

Shades of Dark Cerulean #105680

Tints of Dark Cerulean #105680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 6.96%
G = 37.39%
B = 55.65%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#105680 (or 0x105680) is known color: Dark Cerulean. HEX triplet: 10, 56 and 80. RGB value is (16,86,128). Sum of RGB (Red+Green+Blue) = 16+86+128=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #105680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105680 is #EFA97F. Grayscale: #454545. Windows color (decimal): -15706496 or 8410640. OLE color: 8410640.

HSL color Cylindrical-coordinate representation of color #105680: hue angle of 202.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105680 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 86 128 -
CMYK 0.88 0.33 0 0.50
HSL 202.5º 0.78% 0.28% -
HSV(B) 202.5º 0.88% 0.5% -
XYZ 7.44 8.32 21.64 -
YUV 69.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 16 86 128 0.88 0.33 0 0.50 202.5 0.78 0.28
Hex 10 56 80 58 21 0 32 CA 4E 1C
Octal 20 126 200 130 41 0 62 312 116 34
Binary 10000 1010110 10000000 1011000 100001 0 110010 11001010 1001110 11100

Color Harmonies of #105680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105680

Black with #105680

Text Example


Text Example

White with #105680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105680; }

 p { color: rgb(16,86,128); }

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

background-color css

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

 a { background-color: rgb(16,86,128); }

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

border-color css

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

 span { border-color: rgb(16,86,128); }

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