Html Css Color HEX #105275 Dark Cerulean

📋 copy color: '#105275'

red 16 ◦ green 82 ◦ blue 117

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

Shades of Dark Cerulean #105275

Tints of Dark Cerulean #105275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 7.44%
G = 38.14%
B = 54.42%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#105275 (or 0x105275) is known color: Dark Cerulean. HEX triplet: 10, 52 and 75. RGB value is (16,82,117). Sum of RGB (Red+Green+Blue) = 16+82+117=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #105275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105275 is #EFAD8A. Grayscale: #424242. Windows color (decimal): -15707531 or 7688720. OLE color: 7688720.

HSL color Cylindrical-coordinate representation of color #105275: hue angle of 200.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105275 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 82 117 -
CMYK 0.86 0.30 0 0.54
HSL 200.79º 0.76% 0.26% -
HSV(B) 200.79º 0.86% 0.46% -
XYZ 6.44 7.43 17.92 -
YUV 66.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 16 82 117 0.86 0.30 0 0.54 200.79 0.76 0.26
Hex 10 52 75 56 1E 0 36 C9 4C 1A
Octal 20 122 165 126 36 0 66 311 114 32
Binary 10000 1010010 1110101 1010110 11110 0 110110 11001001 1001100 11010

Color Harmonies of #105275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105275

Black with #105275

Text Example


Text Example

White with #105275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105275; }

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

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

background-color css

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

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

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

border-color css

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

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

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