Html Css Color HEX #105377 Dark Cerulean

📋 copy color: '#105377'

red 16 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #105377

Tints of Dark Cerulean #105377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 7.34%
G = 38.07%
B = 54.59%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#105377 (or 0x105377) is known color: Dark Cerulean. HEX triplet: 10, 53 and 77. RGB value is (16,83,119). Sum of RGB (Red+Green+Blue) = 16+83+119=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #105377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105377 is #EFAC88. Grayscale: #424242. Windows color (decimal): -15707273 or 7820048. OLE color: 7820048.

HSL color Cylindrical-coordinate representation of color #105377: hue angle of 200.97º 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 #105377 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 83 119 -
CMYK 0.87 0.30 0 0.53
HSL 200.97º 0.76% 0.26% -
HSV(B) 200.97º 0.87% 0.47% -
XYZ 6.64 7.63 18.58 -
YUV 67.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 16 83 119 0.87 0.30 0 0.53 200.97 0.76 0.26
Hex 10 53 77 57 1E 0 35 C9 4C 1A
Octal 20 123 167 127 36 0 65 311 114 32
Binary 10000 1010011 1110111 1010111 11110 0 110101 11001001 1001100 11010

Color Harmonies of #105377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105377

Black with #105377

Text Example


Text Example

White with #105377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105377; }

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

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

background-color css

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

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

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

border-color css

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

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

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