Html Css Color HEX #105392 Dark Cerulean

📋 copy color: '#105392'

red 16 ◦ green 83 ◦ blue 146

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

Shades of Dark Cerulean #105392

Tints of Dark Cerulean #105392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 6.53%
G = 33.88%
B = 59.59%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#105392 (or 0x105392) is known color: Dark Cerulean. HEX triplet: 10, 53 and 92. RGB value is (16,83,146). Sum of RGB (Red+Green+Blue) = 16+83+146=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #105392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105392 is #EFAC6D. Grayscale: #454545. Windows color (decimal): -15707246 or 9589520. OLE color: 9589520.

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

Color convert

RGB 16 83 146 -
CMYK 0.89 0.43 0 0.43
HSL 209.08º 0.8% 0.32% -
HSV(B) 209.08º 0.89% 0.57% -
XYZ 8.5 8.37 28.36 -
YUV 70.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 16 83 146 0.89 0.43 0 0.43 209.08 0.8 0.32
Hex 10 53 92 59 2B 0 2B D1 50 20
Octal 20 123 222 131 53 0 53 321 120 40
Binary 10000 1010011 10010010 1011001 101011 0 101011 11010001 1010000 100000

Color Harmonies of #105392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105392

Black with #105392

Text Example


Text Example

White with #105392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105392; }

 p { color: rgb(16,83,146); }

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

background-color css

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

 a { background-color: rgb(16,83,146); }

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

border-color css

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

 span { border-color: rgb(16,83,146); }

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