Html Css Color HEX #03124C Sapphire

📋 copy color: '#03124C'

red 3 ◦ green 18 ◦ blue 76

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

Shades of Sapphire #03124C

Tints of Sapphire #03124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 78.35%

R = 3.09%
G = 18.56%
B = 78.35%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03124C (or 0x03124C) is known color: Sapphire. HEX triplet: 03, 12 and 4C. RGB value is (3,18,76). Sum of RGB (Red+Green+Blue) = 3+18+76=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #03124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03124C is #FCEDB3. Grayscale: #131313. Windows color (decimal): -16575924 or 4985347. OLE color: 4985347.

HSL color Cylindrical-coordinate representation of color #03124C: hue angle of 227.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03124C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 18 76 -
CMYK 0.96 0.76 0 0.70
HSL 227.67º 0.92% 0.15% -
HSV(B) 227.67º 0.96% 0.3% -
XYZ 1.56 0.97 6.94 -
YUV 20.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 3 18 76 0.96 0.76 0 0.70 227.67 0.92 0.15
Hex 3 12 4C 60 4C 0 46 E4 5C F
Octal 3 22 114 140 114 0 106 344 134 17
Binary 11 10010 1001100 1100000 1001100 0 1000110 11100100 1011100 1111

Color Harmonies of #03124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03124C

Black with #03124C

Text Example


Text Example

White with #03124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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