Html Css Color HEX #0A517F Dark Cerulean

📋 copy color: '#0A517F'

red 10 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #0A517F

Tints of Dark Cerulean #0A517F

RGB

 RED value IS 10 (4.3% from 255) = 4.59%

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

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

R = 4.59%
G = 37.16%
B = 58.26%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0A517F (or 0x0A517F) is known color: Dark Cerulean. HEX triplet: 0A, 51 and 7F. RGB value is (10,81,127). Sum of RGB (Red+Green+Blue) = 10+81+127=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A517F is #F5AE80. Grayscale: #404040. Windows color (decimal): -16100993 or 8343818. OLE color: 8343818.

HSL color Cylindrical-coordinate representation of color #0A517F: hue angle of 203.59º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A517F is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 81 127 -
CMYK 0.92 0.36 0 0.50
HSL 203.59º 0.85% 0.27% -
HSV(B) 203.59º 0.92% 0.5% -
XYZ 6.9 7.48 21.16 -
YUV 65.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 10 81 127 0.92 0.36 0 0.50 203.59 0.85 0.27
Hex A 51 7F 5C 24 0 32 CC 55 1B
Octal 12 121 177 134 44 0 62 314 125 33
Binary 1010 1010001 1111111 1011100 100100 0 110010 11001100 1010101 11011

Color Harmonies of #0A517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A517F

Black with #0A517F

Text Example


Text Example

White with #0A517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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