Html Css Color HEX #03146C Sapphire

📋 copy color: '#03146C'

red 3 ◦ green 20 ◦ blue 108

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

Shades of Sapphire #03146C

Tints of Sapphire #03146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.27%

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

R = 2.29%
G = 15.27%
B = 82.44%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03146C (or 0x03146C) is known color: Sapphire. HEX triplet: 03, 14 and 6C. RGB value is (3,20,108). Sum of RGB (Red+Green+Blue) = 3+20+108=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #03146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03146C is #FCEB93. Grayscale: #181818. Windows color (decimal): -16575380 or 7083011. OLE color: 7083011.

HSL color Cylindrical-coordinate representation of color #03146C: hue angle of 230.29º 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 #03146C is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 20 108 -
CMYK 0.97 0.81 0 0.58
HSL 230.29º 0.95% 0.22% -
HSV(B) 230.29º 0.97% 0.42% -
XYZ 2.99 1.6 14.34 -
YUV 24.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 3 20 108 0.97 0.81 0 0.58 230.29 0.95 0.22
Hex 3 14 6C 61 51 0 3A E6 5F 16
Octal 3 24 154 141 121 0 72 346 137 26
Binary 11 10100 1101100 1100001 1010001 0 111010 11100110 1011111 10110

Color Harmonies of #03146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03146C

Black with #03146C

Text Example


Text Example

White with #03146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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