Html Css Color HEX #03166E Sapphire

📋 copy color: '#03166E'

red 3 ◦ green 22 ◦ blue 110

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

Shades of Sapphire #03166E

Tints of Sapphire #03166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 2.22%
G = 16.3%
B = 81.48%

CMYK

 C value IS 0.97

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03166E (or 0x03166E) is known color: Sapphire. HEX triplet: 03, 16 and 6E. RGB value is (3,22,110). Sum of RGB (Red+Green+Blue) = 3+22+110=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #03166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03166E is #FCE991. Grayscale: #191919. Windows color (decimal): -16574866 or 7214595. OLE color: 7214595.

HSL color Cylindrical-coordinate representation of color #03166E: hue angle of 229.35º 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 #03166E is Cyan = 0.97, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 22 110 -
CMYK 0.97 0.8 0 0.57
HSL 229.35º 0.95% 0.22% -
HSV(B) 229.35º 0.97% 0.43% -
XYZ 3.14 1.72 14.92 -
YUV 26.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 3 22 110 0.97 0.8 0 0.57 229.35 0.95 0.22
Hex 3 16 6E 61 50 0 39 E5 5F 16
Octal 3 26 156 141 120 0 71 345 137 26
Binary 11 10110 1101110 1100001 1010000 0 111001 11100101 1011111 10110

Color Harmonies of #03166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03166E

Black with #03166E

Text Example


Text Example

White with #03166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,22,110); }

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

background-color css

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

 a { background-color: rgb(3,22,110); }

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

border-color css

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

 span { border-color: rgb(3,22,110); }

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