Html Css Color HEX #105393 Dark Cerulean

📋 copy color: '#105393'

red 16 ◦ green 83 ◦ blue 147

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

Shades of Dark Cerulean #105393

Tints of Dark Cerulean #105393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 6.5%
G = 33.74%
B = 59.76%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105393 (or 0x105393) is known color: Dark Cerulean. HEX triplet: 10, 53 and 93. RGB value is (16,83,147). Sum of RGB (Red+Green+Blue) = 16+83+147=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #105393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105393 is #EFAC6C. Grayscale: #454545. Windows color (decimal): -15707245 or 9655056. OLE color: 9655056.

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

Color convert

RGB 16 83 147 -
CMYK 0.89 0.44 0 0.42
HSL 209.31º 0.8% 0.32% -
HSV(B) 209.31º 0.89% 0.58% -
XYZ 8.57 8.4 28.77 -
YUV 70.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 16 83 147 0.89 0.44 0 0.42 209.31 0.8 0.32
Hex 10 53 93 59 2C 0 2A D1 50 20
Octal 20 123 223 131 54 0 52 321 120 40
Binary 10000 1010011 10010011 1011001 101100 0 101010 11010001 1010000 100000

Color Harmonies of #105393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105393

Black with #105393

Text Example


Text Example

White with #105393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105393; }

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

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

background-color css

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

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

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

border-color css

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

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

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