Html Css Color HEX #031F66 Sapphire

📋 copy color: '#031F66'

red 3 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #031F66

Tints of Sapphire #031F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 75%

R = 2.21%
G = 22.79%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031F66 (or 0x031F66) is known color: Sapphire. HEX triplet: 03, 1F and 66. RGB value is (3,31,102). Sum of RGB (Red+Green+Blue) = 3+31+102=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #031F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F66 is #FCE099. Grayscale: #1E1E1E. Windows color (decimal): -16572570 or 6692611. OLE color: 6692611.

HSL color Cylindrical-coordinate representation of color #031F66: hue angle of 223.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F66 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 31 102 -
CMYK 0.97 0.70 0 0.6
HSL 223.03º 0.94% 0.21% -
HSV(B) 223.03º 0.97% 0.4% -
XYZ 2.93 1.96 12.79 -
YUV 30.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 3 31 102 0.97 0.70 0 0.6 223.03 0.94 0.21
Hex 3 1F 66 61 46 0 3C DF 5E 15
Octal 3 37 146 141 106 0 74 337 136 25
Binary 11 11111 1100110 1100001 1000110 0 111100 11011111 1011110 10101

Color Harmonies of #031F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F66

Black with #031F66

Text Example


Text Example

White with #031F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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