Html Css Color HEX #031669 Sapphire

📋 copy color: '#031669'

red 3 ◦ green 22 ◦ blue 105

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

Shades of Sapphire #031669

Tints of Sapphire #031669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 105 (41.41% from 255) = 80.77%

R = 2.31%
G = 16.92%
B = 80.77%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031669 (or 0x031669) is known color: Sapphire. HEX triplet: 03, 16 and 69. RGB value is (3,22,105). Sum of RGB (Red+Green+Blue) = 3+22+105=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #031669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031669 is #FCE996. Grayscale: #191919. Windows color (decimal): -16574871 or 6886915. OLE color: 6886915.

HSL color Cylindrical-coordinate representation of color #031669: hue angle of 228.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031669 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 22 105 -
CMYK 0.97 0.79 0 0.59
HSL 228.82º 0.94% 0.21% -
HSV(B) 228.82º 0.97% 0.41% -
XYZ 2.87 1.61 13.52 -
YUV 25.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 3 22 105 0.97 0.79 0 0.59 228.82 0.94 0.21
Hex 3 16 69 61 4F 0 3B E5 5E 15
Octal 3 26 151 141 117 0 73 345 136 25
Binary 11 10110 1101001 1100001 1001111 0 111011 11100101 1011110 10101

Color Harmonies of #031669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031669

Black with #031669

Text Example


Text Example

White with #031669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031669; }

 p { color: rgb(3,22,105); }

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

background-color css

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

 a { background-color: rgb(3,22,105); }

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

border-color css

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

 span { border-color: rgb(3,22,105); }

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