Html Css Color HEX #03266F Sapphire

📋 copy color: '#03266F'

red 3 ◦ green 38 ◦ blue 111

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

Shades of Sapphire #03266F

Tints of Sapphire #03266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

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

R = 1.97%
G = 25%
B = 73.03%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03266F (or 0x03266F) is known color: Sapphire. HEX triplet: 03, 26 and 6F. RGB value is (3,38,111). Sum of RGB (Red+Green+Blue) = 3+38+111=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #03266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03266F is #FCD990. Grayscale: #232323. Windows color (decimal): -16570769 or 7284227. OLE color: 7284227.

HSL color Cylindrical-coordinate representation of color #03266F: hue angle of 220.56º 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 #03266F is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 38 111 -
CMYK 0.97 0.66 0 0.56
HSL 220.56º 0.95% 0.22% -
HSV(B) 220.56º 0.97% 0.44% -
XYZ 3.6 2.55 15.34 -
YUV 35.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 3 38 111 0.97 0.66 0 0.56 220.56 0.95 0.22
Hex 3 26 6F 61 42 0 38 DD 5F 16
Octal 3 46 157 141 102 0 70 335 137 26
Binary 11 100110 1101111 1100001 1000010 0 111000 11011101 1011111 10110

Color Harmonies of #03266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03266F

Black with #03266F

Text Example


Text Example

White with #03266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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