Html Css Color HEX #10517F Dark Cerulean

📋 copy color: '#10517F'

red 16 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #10517F

Tints of Dark Cerulean #10517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 127 (50% from 255) = 56.7%

R = 7.14%
G = 36.16%
B = 56.7%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10517F (or 0x10517F) is known color: Dark Cerulean. HEX triplet: 10, 51 and 7F. RGB value is (16,81,127). Sum of RGB (Red+Green+Blue) = 16+81+127=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #10517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10517F is #EFAE80. Grayscale: #424242. Windows color (decimal): -15707777 or 8343824. OLE color: 8343824.

HSL color Cylindrical-coordinate representation of color #10517F: hue angle of 204.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10517F is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 81 127 -
CMYK 0.87 0.36 0 0.50
HSL 204.86º 0.78% 0.28% -
HSV(B) 204.86º 0.87% 0.5% -
XYZ 6.99 7.53 21.16 -
YUV 66.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 16 81 127 0.87 0.36 0 0.50 204.86 0.78 0.28
Hex 10 51 7F 57 24 0 32 CD 4E 1C
Octal 20 121 177 127 44 0 62 315 116 34
Binary 10000 1010001 1111111 1010111 100100 0 110010 11001101 1001110 11100

Color Harmonies of #10517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10517F

Black with #10517F

Text Example


Text Example

White with #10517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,81,127); }

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

background-color css

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

 a { background-color: rgb(16,81,127); }

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

border-color css

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

 span { border-color: rgb(16,81,127); }

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