Html Css Color HEX #031F7C Sapphire

📋 copy color: '#031F7C'

red 3 ◦ green 31 ◦ blue 124

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

Shades of Sapphire #031F7C

Tints of Sapphire #031F7C

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

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

 BLUE value IS 124 (48.83% from 255) = 78.48%

R = 1.9%
G = 19.62%
B = 78.48%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#031F7C (or 0x031F7C) is known color: Sapphire. HEX triplet: 03, 1F and 7C. RGB value is (3,31,124). Sum of RGB (Red+Green+Blue) = 3+31+124=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #031F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F7C is #FCE083. Grayscale: #202020. Windows color (decimal): -16572548 or 8134403. OLE color: 8134403.

HSL color Cylindrical-coordinate representation of color #031F7C: hue angle of 226.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031F7C is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 31 124 -
CMYK 0.98 0.75 0 0.51
HSL 226.12º 0.95% 0.25% -
HSV(B) 226.12º 0.98% 0.49% -
XYZ 4.17 2.45 19.32 -
YUV 33.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 3 31 124 0.98 0.75 0 0.51 226.12 0.95 0.25
Hex 3 1F 7C 62 4B 0 33 E2 5F 19
Octal 3 37 174 142 113 0 63 342 137 31
Binary 11 11111 1111100 1100010 1001011 0 110011 11100010 1011111 11001

Color Harmonies of #031F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F7C

Black with #031F7C

Text Example


Text Example

White with #031F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031F7C; }

 p { color: rgb(3,31,124); }

 H1.HeaderClassName
 {
   color: #031F7C;
 }
 .AnyTagClassName
 {
   color: #031F7C;
 }
</style>

background-color css

<style>
 a { background-color: #031F7C; }

 a { background-color: rgb(3,31,124); }

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

border-color css

<style>
 span { border-color: #031F7C; }

 span { border-color: rgb(3,31,124); }

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