Html Css Color HEX #03185B Sapphire

📋 copy color: '#03185B'

red 3 ◦ green 24 ◦ blue 91

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

Shades of Sapphire #03185B

Tints of Sapphire #03185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 77.12%

R = 2.54%
G = 20.34%
B = 77.12%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03185B (or 0x03185B) is known color: Sapphire. HEX triplet: 03, 18 and 5B. RGB value is (3,24,91). Sum of RGB (Red+Green+Blue) = 3+24+91=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #03185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03185B is #FCE7A4. Grayscale: #191919. Windows color (decimal): -16574373 or 5969923. OLE color: 5969923.

HSL color Cylindrical-coordinate representation of color #03185B: hue angle of 225.68º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03185B is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 24 91 -
CMYK 0.97 0.74 0 0.64
HSL 225.68º 0.94% 0.18% -
HSV(B) 225.68º 0.97% 0.36% -
XYZ 2.25 1.43 10.05 -
YUV 25.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 3 24 91 0.97 0.74 0 0.64 225.68 0.94 0.18
Hex 3 18 5B 61 4A 0 40 E2 5E 12
Octal 3 30 133 141 112 0 100 342 136 22
Binary 11 11000 1011011 1100001 1001010 0 1000000 11100010 1011110 10010

Color Harmonies of #03185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03185B

Black with #03185B

Text Example


Text Example

White with #03185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03185B; }

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

 H1.HeaderClassName
 {
   color: #03185B;
 }
 .AnyTagClassName
 {
   color: #03185B;
 }
</style>

background-color css

<style>
 a { background-color: #03185B; }

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

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

border-color css

<style>
 span { border-color: #03185B; }

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

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