Html Css Color HEX #105382 Dark Cerulean

📋 copy color: '#105382'

red 16 ◦ green 83 ◦ blue 130

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

Shades of Dark Cerulean #105382

Tints of Dark Cerulean #105382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.77%

R = 6.99%
G = 36.24%
B = 56.77%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#105382 (or 0x105382) is known color: Dark Cerulean. HEX triplet: 10, 53 and 82. RGB value is (16,83,130). Sum of RGB (Red+Green+Blue) = 16+83+130=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #105382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105382 is #EFAC7D. Grayscale: #444444. Windows color (decimal): -15707262 or 8540944. OLE color: 8540944.

HSL color Cylindrical-coordinate representation of color #105382: hue angle of 204.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105382 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 83 130 -
CMYK 0.88 0.36 0 0.49
HSL 204.74º 0.78% 0.29% -
HSV(B) 204.74º 0.88% 0.51% -
XYZ 7.34 7.91 22.26 -
YUV 68.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 16 83 130 0.88 0.36 0 0.49 204.74 0.78 0.29
Hex 10 53 82 58 24 0 31 CD 4E 1D
Octal 20 123 202 130 44 0 61 315 116 35
Binary 10000 1010011 10000010 1011000 100100 0 110001 11001101 1001110 11101

Color Harmonies of #105382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105382

Black with #105382

Text Example


Text Example

White with #105382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105382; }

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

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

background-color css

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

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

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

border-color css

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

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

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