Html Css Color HEX #03266D Sapphire

📋 copy color: '#03266D'

red 3 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #03266D

Tints of Sapphire #03266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 72.67%

R = 2%
G = 25.33%
B = 72.67%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03266D (or 0x03266D) is known color: Sapphire. HEX triplet: 03, 26 and 6D. RGB value is (3,38,109). Sum of RGB (Red+Green+Blue) = 3+38+109=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #03266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03266D is #FCD992. Grayscale: #232323. Windows color (decimal): -16570771 or 7153155. OLE color: 7153155.

HSL color Cylindrical-coordinate representation of color #03266D: hue angle of 220.19º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03266D is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 38 109 -
CMYK 0.97 0.65 0 0.57
HSL 220.19º 0.95% 0.22% -
HSV(B) 220.19º 0.97% 0.43% -
XYZ 3.49 2.51 14.77 -
YUV 35.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 3 38 109 0.97 0.65 0 0.57 220.19 0.95 0.22
Hex 3 26 6D 61 41 0 39 DC 5F 16
Octal 3 46 155 141 101 0 71 334 137 26
Binary 11 100110 1101101 1100001 1000001 0 111001 11011100 1011111 10110

Color Harmonies of #03266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03266D

Black with #03266D

Text Example


Text Example

White with #03266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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