Html Css Color HEX #10506F Dark Cerulean

📋 copy color: '#10506F'

red 16 ◦ green 80 ◦ blue 111

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

Shades of Dark Cerulean #10506F

Tints of Dark Cerulean #10506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 7.73%
G = 38.65%
B = 53.62%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10506F (or 0x10506F) is known color: Dark Cerulean. HEX triplet: 10, 50 and 6F. RGB value is (16,80,111). Sum of RGB (Red+Green+Blue) = 16+80+111=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #10506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506F is #EFAF90. Grayscale: #404040. Windows color (decimal): -15708049 or 7294992. OLE color: 7294992.

HSL color Cylindrical-coordinate representation of color #10506F: hue angle of 199.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10506F is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 80 111 -
CMYK 0.86 0.28 0 0.56
HSL 199.58º 0.75% 0.25% -
HSV(B) 199.58º 0.86% 0.44% -
XYZ 5.95 7 16.08 -
YUV 64.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 16 80 111 0.86 0.28 0 0.56 199.58 0.75 0.25
Hex 10 50 6F 56 1C 0 38 C8 4B 19
Octal 20 120 157 126 34 0 70 310 113 31
Binary 10000 1010000 1101111 1010110 11100 0 111000 11001000 1001011 11001

Color Harmonies of #10506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10506F

Black with #10506F

Text Example


Text Example

White with #10506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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