Html Css Color HEX #105279 Dark Cerulean

📋 copy color: '#105279'

red 16 ◦ green 82 ◦ blue 121

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

Shades of Dark Cerulean #105279

Tints of Dark Cerulean #105279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 121 (47.66% from 255) = 55.25%

R = 7.31%
G = 37.44%
B = 55.25%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#105279 (or 0x105279) is known color: Dark Cerulean. HEX triplet: 10, 52 and 79. RGB value is (16,82,121). Sum of RGB (Red+Green+Blue) = 16+82+121=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #105279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105279 is #EFAD86. Grayscale: #424242. Windows color (decimal): -15707527 or 7950864. OLE color: 7950864.

HSL color Cylindrical-coordinate representation of color #105279: hue angle of 202.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105279 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 82 121 -
CMYK 0.87 0.32 0 0.53
HSL 202.29º 0.77% 0.27% -
HSV(B) 202.29º 0.87% 0.47% -
XYZ 6.68 7.53 19.19 -
YUV 66.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 16 82 121 0.87 0.32 0 0.53 202.29 0.77 0.27
Hex 10 52 79 57 20 0 35 CA 4D 1B
Octal 20 122 171 127 40 0 65 312 115 33
Binary 10000 1010010 1111001 1010111 100000 0 110101 11001010 1001101 11011

Color Harmonies of #105279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105279

Black with #105279

Text Example


Text Example

White with #105279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105279; }

 p { color: rgb(16,82,121); }

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

background-color css

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

 a { background-color: rgb(16,82,121); }

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

border-color css

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

 span { border-color: rgb(16,82,121); }

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