Html Css Color HEX #03125B Sapphire

📋 copy color: '#03125B'

red 3 ◦ green 18 ◦ blue 91

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

Shades of Sapphire #03125B

Tints of Sapphire #03125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 81.25%

R = 2.68%
G = 16.07%
B = 81.25%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03125B (or 0x03125B) is known color: Sapphire. HEX triplet: 03, 12 and 5B. RGB value is (3,18,91). Sum of RGB (Red+Green+Blue) = 3+18+91=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #03125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03125B is #FCEDA4. Grayscale: #151515. Windows color (decimal): -16575909 or 5968387. OLE color: 5968387.

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

Color convert

RGB 3 18 91 -
CMYK 0.97 0.80 0 0.64
HSL 229.77º 0.94% 0.18% -
HSV(B) 229.77º 0.97% 0.36% -
XYZ 2.14 1.21 10.02 -
YUV 21.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 3 18 91 0.97 0.80 0 0.64 229.77 0.94 0.18
Hex 3 12 5B 61 50 0 40 E6 5E 12
Octal 3 22 133 141 120 0 100 346 136 22
Binary 11 10010 1011011 1100001 1010000 0 1000000 11100110 1011110 10010

Color Harmonies of #03125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03125B

Black with #03125B

Text Example


Text Example

White with #03125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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