Html Css Color HEX #105386 Dark Cerulean

📋 copy color: '#105386'

red 16 ◦ green 83 ◦ blue 134

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

Shades of Dark Cerulean #105386

Tints of Dark Cerulean #105386

RGB

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

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

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

R = 6.87%
G = 35.62%
B = 57.51%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#105386 (or 0x105386) is known color: Dark Cerulean. HEX triplet: 10, 53 and 86. RGB value is (16,83,134). Sum of RGB (Red+Green+Blue) = 16+83+134=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #105386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105386 is #EFAC79. Grayscale: #444444. Windows color (decimal): -15707258 or 8803088. OLE color: 8803088.

HSL color Cylindrical-coordinate representation of color #105386: hue angle of 205.93º 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 #105386 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 83 134 -
CMYK 0.88 0.38 0 0.47
HSL 205.93º 0.79% 0.29% -
HSV(B) 205.93º 0.88% 0.53% -
XYZ 7.61 8.02 23.7 -
YUV 68.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 16 83 134 0.88 0.38 0 0.47 205.93 0.79 0.29
Hex 10 53 86 58 26 0 2F CE 4F 1D
Octal 20 123 206 130 46 0 57 316 117 35
Binary 10000 1010011 10000110 1011000 100110 0 101111 11001110 1001111 11101

Color Harmonies of #105386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105386

Black with #105386

Text Example


Text Example

White with #105386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105386; }

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

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

background-color css

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

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

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

border-color css

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

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

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