Html Css Color HEX #105482 Dark Cerulean

📋 copy color: '#105482'

red 16 ◦ green 84 ◦ blue 130

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

Shades of Dark Cerulean #105482

Tints of Dark Cerulean #105482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 6.96%
G = 36.52%
B = 56.52%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#105482 (or 0x105482) is known color: Dark Cerulean. HEX triplet: 10, 54 and 82. RGB value is (16,84,130). Sum of RGB (Red+Green+Blue) = 16+84+130=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #105482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105482 is #EFAB7D. Grayscale: #444444. Windows color (decimal): -15707006 or 8541200. OLE color: 8541200.

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

Color convert

RGB 16 84 130 -
CMYK 0.88 0.35 0 0.49
HSL 204.21º 0.78% 0.29% -
HSV(B) 204.21º 0.88% 0.51% -
XYZ 7.41 8.06 22.28 -
YUV 68.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 16 84 130 0.88 0.35 0 0.49 204.21 0.78 0.29
Hex 10 54 82 58 23 0 31 CC 4E 1D
Octal 20 124 202 130 43 0 61 314 116 35
Binary 10000 1010100 10000010 1011000 100011 0 110001 11001100 1001110 11101

Color Harmonies of #105482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105482

Black with #105482

Text Example


Text Example

White with #105482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105482; }

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

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

background-color css

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

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

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

border-color css

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

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

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