Html Css Color HEX #03166C Sapphire

📋 copy color: '#03166C'

red 3 ◦ green 22 ◦ blue 108

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

Shades of Sapphire #03166C

Tints of Sapphire #03166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 81.2%

R = 2.26%
G = 16.54%
B = 81.2%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03166C (or 0x03166C) is known color: Sapphire. HEX triplet: 03, 16 and 6C. RGB value is (3,22,108). Sum of RGB (Red+Green+Blue) = 3+22+108=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #03166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03166C is #FCE993. Grayscale: #191919. Windows color (decimal): -16574868 or 7083523. OLE color: 7083523.

HSL color Cylindrical-coordinate representation of color #03166C: hue angle of 229.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03166C is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 22 108 -
CMYK 0.97 0.80 0 0.58
HSL 229.14º 0.95% 0.22% -
HSV(B) 229.14º 0.97% 0.42% -
XYZ 3.03 1.68 14.35 -
YUV 26.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 3 22 108 0.97 0.80 0 0.58 229.14 0.95 0.22
Hex 3 16 6C 61 50 0 3A E5 5F 16
Octal 3 26 154 141 120 0 72 345 137 26
Binary 11 10110 1101100 1100001 1010000 0 111010 11100101 1011111 10110

Color Harmonies of #03166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03166C

Black with #03166C

Text Example


Text Example

White with #03166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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