Html Css Color HEX #03247E Sapphire

📋 copy color: '#03247E'

red 3 ◦ green 36 ◦ blue 126

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

Shades of Sapphire #03247E

Tints of Sapphire #03247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

 BLUE value IS 126 (49.61% from 255) = 76.36%

R = 1.82%
G = 21.82%
B = 76.36%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03247E (or 0x03247E) is known color: Sapphire. HEX triplet: 03, 24 and 7E. RGB value is (3,36,126). Sum of RGB (Red+Green+Blue) = 3+36+126=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #03247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03247E is #FCDB81. Grayscale: #242424. Windows color (decimal): -16571266 or 8266755. OLE color: 8266755.

HSL color Cylindrical-coordinate representation of color #03247E: hue angle of 223.9º 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 #03247E is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 36 126 -
CMYK 0.98 0.71 0 0.51
HSL 223.9º 0.95% 0.25% -
HSV(B) 223.9º 0.98% 0.49% -
XYZ 4.43 2.79 20.04 -
YUV 36.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 3 36 126 0.98 0.71 0 0.51 223.9 0.95 0.25
Hex 3 24 7E 62 47 0 33 E0 5F 19
Octal 3 44 176 142 107 0 63 340 137 31
Binary 11 100100 1111110 1100010 1000111 0 110011 11100000 1011111 11001

Color Harmonies of #03247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03247E

Black with #03247E

Text Example


Text Example

White with #03247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,36,126); }

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

background-color css

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

 a { background-color: rgb(3,36,126); }

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

border-color css

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

 span { border-color: rgb(3,36,126); }

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