Html Css Color HEX #105277 Dark Cerulean

📋 copy color: '#105277'

red 16 ◦ green 82 ◦ blue 119

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

Shades of Dark Cerulean #105277

Tints of Dark Cerulean #105277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 7.37%
G = 37.79%
B = 54.84%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#105277 (or 0x105277) is known color: Dark Cerulean. HEX triplet: 10, 52 and 77. RGB value is (16,82,119). Sum of RGB (Red+Green+Blue) = 16+82+119=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #105277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105277 is #EFAD88. Grayscale: #424242. Windows color (decimal): -15707529 or 7819792. OLE color: 7819792.

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

Color convert

RGB 16 82 119 -
CMYK 0.87 0.31 0 0.53
HSL 201.55º 0.76% 0.26% -
HSV(B) 201.55º 0.87% 0.47% -
XYZ 6.56 7.48 18.55 -
YUV 66.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 16 82 119 0.87 0.31 0 0.53 201.55 0.76 0.26
Hex 10 52 77 57 1F 0 35 CA 4C 1A
Octal 20 122 167 127 37 0 65 312 114 32
Binary 10000 1010010 1110111 1010111 11111 0 110101 11001010 1001100 11010

Color Harmonies of #105277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105277

Black with #105277

Text Example


Text Example

White with #105277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105277; }

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

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

background-color css

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

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

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

border-color css

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

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

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