Html Css Color HEX #105481 Dark Cerulean

📋 copy color: '#105481'

red 16 ◦ green 84 ◦ blue 129

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

Shades of Dark Cerulean #105481

Tints of Dark Cerulean #105481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.33%

R = 6.99%
G = 36.68%
B = 56.33%

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

#105481 (or 0x105481) is known color: Dark Cerulean. HEX triplet: 10, 54 and 81. RGB value is (16,84,129). Sum of RGB (Red+Green+Blue) = 16+84+129=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #105481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105481 is #EFAB7E. Grayscale: #444444. Windows color (decimal): -15707007 or 8475664. OLE color: 8475664.

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

Color convert

RGB 16 84 129 -
CMYK 0.88 0.35 0 0.49
HSL 203.89º 0.78% 0.28% -
HSV(B) 203.89º 0.88% 0.51% -
XYZ 7.35 8.04 21.93 -
YUV 68.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 16 84 129 0.88 0.35 0 0.49 203.89 0.78 0.28
Hex 10 54 81 58 23 0 31 CC 4E 1C
Octal 20 124 201 130 43 0 61 314 116 34
Binary 10000 1010100 10000001 1011000 100011 0 110001 11001100 1001110 11100

Color Harmonies of #105481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105481

Black with #105481

Text Example


Text Example

White with #105481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105481; }

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

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

background-color css

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

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

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

border-color css

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

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

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