Html Css Color HEX #031C67 Sapphire

📋 copy color: '#031C67'

red 3 ◦ green 28 ◦ blue 103

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

Shades of Sapphire #031C67

Tints of Sapphire #031C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 76.87%

R = 2.24%
G = 20.9%
B = 76.87%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031C67 (or 0x031C67) is known color: Sapphire. HEX triplet: 03, 1C and 67. RGB value is (3,28,103). Sum of RGB (Red+Green+Blue) = 3+28+103=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #031C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C67 is #FCE398. Grayscale: #1C1C1C. Windows color (decimal): -16573337 or 6757379. OLE color: 6757379.

HSL color Cylindrical-coordinate representation of color #031C67: hue angle of 225º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C67 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 28 103 -
CMYK 0.97 0.73 0 0.60
HSL 225º 0.94% 0.21% -
HSV(B) 225º 0.97% 0.4% -
XYZ 2.9 1.83 13.03 -
YUV 29.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 3 28 103 0.97 0.73 0 0.60 225 0.94 0.21
Hex 3 1C 67 61 49 0 3C E1 5E 15
Octal 3 34 147 141 111 0 74 341 136 25
Binary 11 11100 1100111 1100001 1001001 0 111100 11100001 1011110 10101

Color Harmonies of #031C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C67

Black with #031C67

Text Example


Text Example

White with #031C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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