Html Css Color HEX #03126F Sapphire

📋 copy color: '#03126F'

red 3 ◦ green 18 ◦ blue 111

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

Shades of Sapphire #03126F

Tints of Sapphire #03126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.09%

R = 2.27%
G = 13.64%
B = 84.09%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03126F (or 0x03126F) is known color: Sapphire. HEX triplet: 03, 12 and 6F. RGB value is (3,18,111). Sum of RGB (Red+Green+Blue) = 3+18+111=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #03126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03126F is #FCED90. Grayscale: #171717. Windows color (decimal): -16575889 or 7279107. OLE color: 7279107.

HSL color Cylindrical-coordinate representation of color #03126F: hue angle of 231.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03126F is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 18 111 -
CMYK 0.97 0.84 0 0.56
HSL 231.67º 0.95% 0.22% -
HSV(B) 231.67º 0.97% 0.44% -
XYZ 3.12 1.6 15.18 -
YUV 24.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 3 18 111 0.97 0.84 0 0.56 231.67 0.95 0.22
Hex 3 12 6F 61 54 0 38 E8 5F 16
Octal 3 22 157 141 124 0 70 350 137 26
Binary 11 10010 1101111 1100001 1010100 0 111000 11101000 1011111 10110

Color Harmonies of #03126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03126F

Black with #03126F

Text Example


Text Example

White with #03126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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