Html Css Color HEX #031C63 Sapphire

📋 copy color: '#031C63'

red 3 ◦ green 28 ◦ blue 99

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

Shades of Sapphire #031C63

Tints of Sapphire #031C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 2.31%
G = 21.54%
B = 76.15%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031C63 (or 0x031C63) is known color: Sapphire. HEX triplet: 03, 1C and 63. RGB value is (3,28,99). Sum of RGB (Red+Green+Blue) = 3+28+99=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #031C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C63 is #FCE39C. Grayscale: #1C1C1C. Windows color (decimal): -16573341 or 6495235. OLE color: 6495235.

HSL color Cylindrical-coordinate representation of color #031C63: hue angle of 224.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C63 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 28 99 -
CMYK 0.97 0.72 0 0.61
HSL 224.38º 0.94% 0.2% -
HSV(B) 224.38º 0.97% 0.39% -
XYZ 2.7 1.75 12 -
YUV 28.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 3 28 99 0.97 0.72 0 0.61 224.38 0.94 0.2
Hex 3 1C 63 61 48 0 3D E0 5E 14
Octal 3 34 143 141 110 0 75 340 136 24
Binary 11 11100 1100011 1100001 1001000 0 111101 11100000 1011110 10100

Color Harmonies of #031C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C63

Black with #031C63

Text Example


Text Example

White with #031C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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