Html Css Color HEX #03125A Sapphire

📋 copy color: '#03125A'

red 3 ◦ green 18 ◦ blue 90

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

Shades of Sapphire #03125A

Tints of Sapphire #03125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 81.08%

R = 2.7%
G = 16.22%
B = 81.08%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03125A (or 0x03125A) is known color: Sapphire. HEX triplet: 03, 12 and 5A. RGB value is (3,18,90). Sum of RGB (Red+Green+Blue) = 3+18+90=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #03125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03125A is #FCEDA5. Grayscale: #151515. Windows color (decimal): -16575910 or 5902851. OLE color: 5902851.

HSL color Cylindrical-coordinate representation of color #03125A: hue angle of 229.66º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03125A is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 18 90 -
CMYK 0.97 0.80 0 0.65
HSL 229.66º 0.94% 0.18% -
HSV(B) 229.66º 0.97% 0.35% -
XYZ 2.1 1.19 9.79 -
YUV 21.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 3 18 90 0.97 0.80 0 0.65 229.66 0.94 0.18
Hex 3 12 5A 61 50 0 41 E6 5E 12
Octal 3 22 132 141 120 0 101 346 136 22
Binary 11 10010 1011010 1100001 1010000 0 1000001 11100110 1011110 10010

Color Harmonies of #03125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03125A

Black with #03125A

Text Example


Text Example

White with #03125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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