Html Css Color HEX #10506E Dark Cerulean

📋 copy color: '#10506E'

red 16 ◦ green 80 ◦ blue 110

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

Shades of Dark Cerulean #10506E

Tints of Dark Cerulean #10506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 7.77%
G = 38.83%
B = 53.4%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10506E (or 0x10506E) is known color: Dark Cerulean. HEX triplet: 10, 50 and 6E. RGB value is (16,80,110). Sum of RGB (Red+Green+Blue) = 16+80+110=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #10506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506E is #EFAF91. Grayscale: #404040. Windows color (decimal): -15708050 or 7229456. OLE color: 7229456.

HSL color Cylindrical-coordinate representation of color #10506E: hue angle of 199.15º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10506E is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 80 110 -
CMYK 0.85 0.27 0 0.57
HSL 199.15º 0.75% 0.25% -
HSV(B) 199.15º 0.85% 0.43% -
XYZ 5.9 6.97 15.79 -
YUV 64.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 16 80 110 0.85 0.27 0 0.57 199.15 0.75 0.25
Hex 10 50 6E 55 1B 0 39 C7 4B 19
Octal 20 120 156 125 33 0 71 307 113 31
Binary 10000 1010000 1101110 1010101 11011 0 111001 11000111 1001011 11001

Color Harmonies of #10506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10506E

Black with #10506E

Text Example


Text Example

White with #10506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10506E; }

 p { color: rgb(16,80,110); }

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

background-color css

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

 a { background-color: rgb(16,80,110); }

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

border-color css

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

 span { border-color: rgb(16,80,110); }

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