Html Css Color HEX #03124F Sapphire

📋 copy color: '#03124F'

red 3 ◦ green 18 ◦ blue 79

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

Shades of Sapphire #03124F

Tints of Sapphire #03124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 79%

R = 3%
G = 18%
B = 79%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03124F (or 0x03124F) is known color: Sapphire. HEX triplet: 03, 12 and 4F. RGB value is (3,18,79). Sum of RGB (Red+Green+Blue) = 3+18+79=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #03124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124F is #FCEDB0. Grayscale: #141414. Windows color (decimal): -16575921 or 5181955. OLE color: 5181955.

HSL color Cylindrical-coordinate representation of color #03124F: hue angle of 228.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03124F is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 18 79 -
CMYK 0.96 0.77 0 0.69
HSL 228.16º 0.93% 0.16% -
HSV(B) 228.16º 0.96% 0.31% -
XYZ 1.67 1.02 7.51 -
YUV 20.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 3 18 79 0.96 0.77 0 0.69 228.16 0.93 0.16
Hex 3 12 4F 60 4D 0 45 E4 5D 10
Octal 3 22 117 140 115 0 105 344 135 20
Binary 11 10010 1001111 1100000 1001101 0 1000101 11100100 1011101 10000

Color Harmonies of #03124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03124F

Black with #03124F

Text Example


Text Example

White with #03124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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