Html Css Color HEX #0A1F7D Sapphire

📋 copy color: '#0A1F7D'

red 10 ◦ green 31 ◦ blue 125

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

Shades of Sapphire #0A1F7D

Tints of Sapphire #0A1F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 75.3%

R = 6.02%
G = 18.67%
B = 75.3%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A1F7D (or 0x0A1F7D) is known color: Sapphire. HEX triplet: 0A, 1F and 7D. RGB value is (10,31,125). Sum of RGB (Red+Green+Blue) = 10+31+125=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A1F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F7D is #F5E082. Grayscale: #232323. Windows color (decimal): -16113795 or 8199946. OLE color: 8199946.

HSL color Cylindrical-coordinate representation of color #0A1F7D: hue angle of 229.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1F7D is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 31 125 -
CMYK 0.92 0.75 0 0.51
HSL 229.04º 0.85% 0.26% -
HSV(B) 229.04º 0.92% 0.49% -
XYZ 4.32 2.53 19.66 -
YUV 35.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 10 31 125 0.92 0.75 0 0.51 229.04 0.85 0.26
Hex A 1F 7D 5C 4B 0 33 E5 55 1A
Octal 12 37 175 134 113 0 63 345 125 32
Binary 1010 11111 1111101 1011100 1001011 0 110011 11100101 1010101 11010

Color Harmonies of #0A1F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F7D

Black with #0A1F7D

Text Example


Text Example

White with #0A1F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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