Html Css Color HEX #03125E Sapphire

📋 copy color: '#03125E'

red 3 ◦ green 18 ◦ blue 94

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

Shades of Sapphire #03125E

Tints of Sapphire #03125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 81.74%

R = 2.61%
G = 15.65%
B = 81.74%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03125E (or 0x03125E) is known color: Sapphire. HEX triplet: 03, 12 and 5E. RGB value is (3,18,94). Sum of RGB (Red+Green+Blue) = 3+18+94=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #03125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03125E is #FCEDA1. Grayscale: #151515. Windows color (decimal): -16575906 or 6164995. OLE color: 6164995.

HSL color Cylindrical-coordinate representation of color #03125E: hue angle of 230.11º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03125E is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 18 94 -
CMYK 0.97 0.81 0 0.63
HSL 230.11º 0.94% 0.19% -
HSV(B) 230.11º 0.97% 0.37% -
XYZ 2.27 1.26 10.71 -
YUV 22.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 3 18 94 0.97 0.81 0 0.63 230.11 0.94 0.19
Hex 3 12 5E 61 51 0 3F E6 5E 13
Octal 3 22 136 141 121 0 77 346 136 23
Binary 11 10010 1011110 1100001 1010001 0 111111 11100110 1011110 10011

Color Harmonies of #03125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03125E

Black with #03125E

Text Example


Text Example

White with #03125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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