Html Css Color HEX #031C69 Sapphire

📋 copy color: '#031C69'

red 3 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #031C69

Tints of Sapphire #031C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

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

R = 2.21%
G = 20.59%
B = 77.21%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031C69 (or 0x031C69) is known color: Sapphire. HEX triplet: 03, 1C and 69. RGB value is (3,28,105). Sum of RGB (Red+Green+Blue) = 3+28+105=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #031C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C69 is #FCE396. Grayscale: #1C1C1C. Windows color (decimal): -16573335 or 6888451. OLE color: 6888451.

HSL color Cylindrical-coordinate representation of color #031C69: hue angle of 225.29º 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 #031C69 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 28 105 -
CMYK 0.97 0.73 0 0.59
HSL 225.29º 0.94% 0.21% -
HSV(B) 225.29º 0.97% 0.41% -
XYZ 3 1.87 13.57 -
YUV 29.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 3 28 105 0.97 0.73 0 0.59 225.29 0.94 0.21
Hex 3 1C 69 61 49 0 3B E1 5E 15
Octal 3 34 151 141 111 0 73 341 136 25
Binary 11 11100 1101001 1100001 1001001 0 111011 11100001 1011110 10101

Color Harmonies of #031C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C69

Black with #031C69

Text Example


Text Example

White with #031C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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