Html Css Color HEX #030E56 Sapphire

📋 copy color: '#030E56'

red 3 ◦ green 14 ◦ blue 86

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

Shades of Sapphire #030E56

Tints of Sapphire #030E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.59%

 BLUE value IS 86 (33.98% from 255) = 83.5%

R = 2.91%
G = 13.59%
B = 83.5%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#030E56 (or 0x030E56) is known color: Sapphire. HEX triplet: 03, 0E and 56. RGB value is (3,14,86). Sum of RGB (Red+Green+Blue) = 3+14+86=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #030E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E56 is #FCF1A9. Grayscale: #121212. Windows color (decimal): -16576938 or 5639683. OLE color: 5639683.

HSL color Cylindrical-coordinate representation of color #030E56: hue angle of 232.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E56 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 14 86 -
CMYK 0.97 0.84 0 0.66
HSL 232.05º 0.93% 0.17% -
HSV(B) 232.05º 0.97% 0.34% -
XYZ 1.87 1.01 8.9 -
YUV 18.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 3 14 86 0.97 0.84 0 0.66 232.05 0.93 0.17
Hex 3 E 56 61 54 0 42 E8 5D 11
Octal 3 16 126 141 124 0 102 350 135 21
Binary 11 1110 1010110 1100001 1010100 0 1000010 11101000 1011101 10001

Color Harmonies of #030E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E56

Black with #030E56

Text Example


Text Example

White with #030E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030E56; }

 p { color: rgb(3,14,86); }

 H1.HeaderClassName
 {
   color: #030E56;
 }
 .AnyTagClassName
 {
   color: #030E56;
 }
</style>

background-color css

<style>
 a { background-color: #030E56; }

 a { background-color: rgb(3,14,86); }

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

border-color css

<style>
 span { border-color: #030E56; }

 span { border-color: rgb(3,14,86); }

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