Html Css Color HEX #030D51 Sapphire

📋 copy color: '#030D51'

red 3 ◦ green 13 ◦ blue 81

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

Shades of Sapphire #030D51

Tints of Sapphire #030D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 83.51%

R = 3.09%
G = 13.4%
B = 83.51%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#030D51 (or 0x030D51) is known color: Sapphire. HEX triplet: 03, 0D and 51. RGB value is (3,13,81). Sum of RGB (Red+Green+Blue) = 3+13+81=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #030D51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D51 is #FCF2AE. Grayscale: #111111. Windows color (decimal): -16577199 or 5311747. OLE color: 5311747.

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

Color convert

RGB 3 13 81 -
CMYK 0.96 0.84 0 0.68
HSL 232.31º 0.93% 0.16% -
HSV(B) 232.31º 0.96% 0.32% -
XYZ 1.67 0.9 7.87 -
YUV 17.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 3 13 81 0.96 0.84 0 0.68 232.31 0.93 0.16
Hex 3 D 51 60 54 0 44 E8 5D 10
Octal 3 15 121 140 124 0 104 350 135 20
Binary 11 1101 1010001 1100000 1010100 0 1000100 11101000 1011101 10000

Color Harmonies of #030D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D51

Black with #030D51

Text Example


Text Example

White with #030D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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