Html Css Color HEX #03186E Sapphire

📋 copy color: '#03186E'

red 3 ◦ green 24 ◦ blue 110

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

Shades of Sapphire #03186E

Tints of Sapphire #03186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

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

R = 2.19%
G = 17.52%
B = 80.29%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03186E (or 0x03186E) is known color: Sapphire. HEX triplet: 03, 18 and 6E. RGB value is (3,24,110). Sum of RGB (Red+Green+Blue) = 3+24+110=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #03186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03186E is #FCE791. Grayscale: #1B1B1B. Windows color (decimal): -16574354 or 7215107. OLE color: 7215107.

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

Color convert

RGB 3 24 110 -
CMYK 0.97 0.78 0 0.57
HSL 228.22º 0.95% 0.22% -
HSV(B) 228.22º 0.97% 0.43% -
XYZ 3.18 1.8 14.93 -
YUV 27.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 3 24 110 0.97 0.78 0 0.57 228.22 0.95 0.22
Hex 3 18 6E 61 4E 0 39 E4 5F 16
Octal 3 30 156 141 116 0 71 344 137 26
Binary 11 11000 1101110 1100001 1001110 0 111001 11100100 1011111 10110

Color Harmonies of #03186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03186E

Black with #03186E

Text Example


Text Example

White with #03186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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