Html Css Color HEX #031264 Sapphire

📋 copy color: '#031264'

red 3 ◦ green 18 ◦ blue 100

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

Shades of Sapphire #031264

Tints of Sapphire #031264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 100 (39.45% from 255) = 82.64%

R = 2.48%
G = 14.88%
B = 82.64%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031264 (or 0x031264) is known color: Sapphire. HEX triplet: 03, 12 and 64. RGB value is (3,18,100). Sum of RGB (Red+Green+Blue) = 3+18+100=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #031264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031264 is #FCED9B. Grayscale: #161616. Windows color (decimal): -16575900 or 6558211. OLE color: 6558211.

HSL color Cylindrical-coordinate representation of color #031264: hue angle of 230.72º 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 #031264 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 18 100 -
CMYK 0.97 0.82 0 0.61
HSL 230.72º 0.94% 0.2% -
HSV(B) 230.72º 0.97% 0.39% -
XYZ 2.55 1.37 12.19 -
YUV 22.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 3 18 100 0.97 0.82 0 0.61 230.72 0.94 0.2
Hex 3 12 64 61 52 0 3D E7 5E 14
Octal 3 22 144 141 122 0 75 347 136 24
Binary 11 10010 1100100 1100001 1010010 0 111101 11100111 1011110 10100

Color Harmonies of #031264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031264

Black with #031264

Text Example


Text Example

White with #031264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031264; }

 p { color: rgb(3,18,100); }

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

background-color css

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

 a { background-color: rgb(3,18,100); }

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

border-color css

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

 span { border-color: rgb(3,18,100); }

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