Html Css Color HEX #031A68 Sapphire

📋 copy color: '#031A68'

red 3 ◦ green 26 ◦ blue 104

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

Shades of Sapphire #031A68

Tints of Sapphire #031A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.55%

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 2.26%
G = 19.55%
B = 78.2%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031A68 (or 0x031A68) is known color: Sapphire. HEX triplet: 03, 1A and 68. RGB value is (3,26,104). Sum of RGB (Red+Green+Blue) = 3+26+104=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #031A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A68 is #FCE597. Grayscale: #1B1B1B. Windows color (decimal): -16573848 or 6822403. OLE color: 6822403.

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

Color convert

RGB 3 26 104 -
CMYK 0.97 0.75 0 0.59
HSL 226.34º 0.94% 0.21% -
HSV(B) 226.34º 0.97% 0.41% -
XYZ 2.91 1.76 13.28 -
YUV 28.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 3 26 104 0.97 0.75 0 0.59 226.34 0.94 0.21
Hex 3 1A 68 61 4B 0 3B E2 5E 15
Octal 3 32 150 141 113 0 73 342 136 25
Binary 11 11010 1101000 1100001 1001011 0 111011 11100010 1011110 10101

Color Harmonies of #031A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A68

Black with #031A68

Text Example


Text Example

White with #031A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,104); }

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

background-color css

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

 a { background-color: rgb(3,26,104); }

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

border-color css

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

 span { border-color: rgb(3,26,104); }

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