Html Css Color HEX #03187D Sapphire

📋 copy color: '#03187D'

red 3 ◦ green 24 ◦ blue 125

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

Shades of Sapphire #03187D

Tints of Sapphire #03187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.24%

R = 1.97%
G = 15.79%
B = 82.24%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03187D (or 0x03187D) is known color: Sapphire. HEX triplet: 03, 18 and 7D. RGB value is (3,24,125). Sum of RGB (Red+Green+Blue) = 3+24+125=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #03187D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03187D is #FCE782. Grayscale: #1C1C1C. Windows color (decimal): -16574339 or 8198147. OLE color: 8198147.

HSL color Cylindrical-coordinate representation of color #03187D: hue angle of 229.67º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03187D is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 24 125 -
CMYK 0.98 0.81 0 0.51
HSL 229.67º 0.95% 0.25% -
HSV(B) 229.67º 0.98% 0.49% -
XYZ 4.07 2.15 19.6 -
YUV 29.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 3 24 125 0.98 0.81 0 0.51 229.67 0.95 0.25
Hex 3 18 7D 62 51 0 33 E6 5F 19
Octal 3 30 175 142 121 0 63 346 137 31
Binary 11 11000 1111101 1100010 1010001 0 110011 11100110 1011111 11001

Color Harmonies of #03187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03187D

Black with #03187D

Text Example


Text Example

White with #03187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03187D; }

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

 H1.HeaderClassName
 {
   color: #03187D;
 }
 .AnyTagClassName
 {
   color: #03187D;
 }
</style>

background-color css

<style>
 a { background-color: #03187D; }

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

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

border-color css

<style>
 span { border-color: #03187D; }

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

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