Html Css Color HEX #030E4D Sapphire

📋 copy color: '#030E4D'

red 3 ◦ green 14 ◦ blue 77

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

Shades of Sapphire #030E4D

Tints of Sapphire #030E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 81.91%

R = 3.19%
G = 14.89%
B = 81.91%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#030E4D (or 0x030E4D) is known color: Sapphire. HEX triplet: 03, 0E and 4D. RGB value is (3,14,77). Sum of RGB (Red+Green+Blue) = 3+14+77=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #030E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E4D is #FCF1B2. Grayscale: #111111. Windows color (decimal): -16576947 or 5049859. OLE color: 5049859.

HSL color Cylindrical-coordinate representation of color #030E4D: hue angle of 231.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E4D is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 14 77 -
CMYK 0.96 0.82 0 0.70
HSL 231.08º 0.93% 0.16% -
HSV(B) 231.08º 0.96% 0.3% -
XYZ 1.53 0.87 7.11 -
YUV 17.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 3 14 77 0.96 0.82 0 0.70 231.08 0.93 0.16
Hex 3 E 4D 60 52 0 46 E7 5C 10
Octal 3 16 115 140 122 0 106 347 134 20
Binary 11 1110 1001101 1100000 1010010 0 1000110 11100111 1011100 10000

Color Harmonies of #030E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E4D

Black with #030E4D

Text Example


Text Example

White with #030E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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