Html Css Color HEX #030D4D Sapphire

📋 copy color: '#030D4D'

red 3 ◦ green 13 ◦ blue 77

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

Shades of Sapphire #030D4D

Tints of Sapphire #030D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

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

R = 3.23%
G = 13.98%
B = 82.8%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#030D4D (or 0x030D4D) is known color: Sapphire. HEX triplet: 03, 0D and 4D. RGB value is (3,13,77). Sum of RGB (Red+Green+Blue) = 3+13+77=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #030D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D4D is #FCF2B2. Grayscale: #111111. Windows color (decimal): -16577203 or 5049603. OLE color: 5049603.

HSL color Cylindrical-coordinate representation of color #030D4D: hue angle of 231.89º 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 #030D4D is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 13 77 -
CMYK 0.96 0.83 0 0.70
HSL 231.89º 0.93% 0.16% -
HSV(B) 231.89º 0.96% 0.3% -
XYZ 1.52 0.84 7.1 -
YUV 17.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 3 13 77 0.96 0.83 0 0.70 231.89 0.93 0.16
Hex 3 D 4D 60 53 0 46 E8 5C 10
Octal 3 15 115 140 123 0 106 350 134 20
Binary 11 1101 1001101 1100000 1010011 0 1000110 11101000 1011100 10000

Color Harmonies of #030D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D4D

Black with #030D4D

Text Example


Text Example

White with #030D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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