Html Css Color HEX #105182 Dark Cerulean

📋 copy color: '#105182'

red 16 ◦ green 81 ◦ blue 130

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

Shades of Dark Cerulean #105182

Tints of Dark Cerulean #105182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

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

R = 7.05%
G = 35.68%
B = 57.27%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#105182 (or 0x105182) is known color: Dark Cerulean. HEX triplet: 10, 51 and 82. RGB value is (16,81,130). Sum of RGB (Red+Green+Blue) = 16+81+130=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #105182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105182 is #EFAE7D. Grayscale: #424242. Windows color (decimal): -15707774 or 8540432. OLE color: 8540432.

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

Color convert

RGB 16 81 130 -
CMYK 0.88 0.38 0 0.49
HSL 205.79º 0.78% 0.29% -
HSV(B) 205.79º 0.88% 0.51% -
XYZ 7.19 7.61 22.21 -
YUV 67.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 16 81 130 0.88 0.38 0 0.49 205.79 0.78 0.29
Hex 10 51 82 58 26 0 31 CE 4E 1D
Octal 20 121 202 130 46 0 61 316 116 35
Binary 10000 1010001 10000010 1011000 100110 0 110001 11001110 1001110 11101

Color Harmonies of #105182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105182

Black with #105182

Text Example


Text Example

White with #105182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105182; }

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

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

background-color css

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

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

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

border-color css

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

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

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