Html Css Color HEX #0A1F6F Sapphire

📋 copy color: '#0A1F6F'

red 10 ◦ green 31 ◦ blue 111

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

Shades of Sapphire #0A1F6F

Tints of Sapphire #0A1F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

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

R = 6.58%
G = 20.39%
B = 73.03%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A1F6F (or 0x0A1F6F) is known color: Sapphire. HEX triplet: 0A, 1F and 6F. RGB value is (10,31,111). Sum of RGB (Red+Green+Blue) = 10+31+111=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A1F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F6F is #F5E090. Grayscale: #212121. Windows color (decimal): -16113809 or 7282442. OLE color: 7282442.

HSL color Cylindrical-coordinate representation of color #0A1F6F: hue angle of 227.52º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1F6F is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 31 111 -
CMYK 0.91 0.72 0 0.56
HSL 227.52º 0.83% 0.24% -
HSV(B) 227.52º 0.91% 0.44% -
XYZ 3.48 2.19 15.28 -
YUV 33.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 10 31 111 0.91 0.72 0 0.56 227.52 0.83 0.24
Hex A 1F 6F 5B 48 0 38 E4 53 18
Octal 12 37 157 133 110 0 70 344 123 30
Binary 1010 11111 1101111 1011011 1001000 0 111000 11100100 1010011 11000

Color Harmonies of #0A1F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F6F

Black with #0A1F6F

Text Example


Text Example

White with #0A1F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,31,111); }

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

background-color css

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

 a { background-color: rgb(10,31,111); }

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

border-color css

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

 span { border-color: rgb(10,31,111); }

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