Html Css Color HEX #030D53 Sapphire

📋 copy color: '#030D53'

red 3 ◦ green 13 ◦ blue 83

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

Shades of Sapphire #030D53

Tints of Sapphire #030D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 83.84%

R = 3.03%
G = 13.13%
B = 83.84%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030D53 (or 0x030D53) is known color: Sapphire. HEX triplet: 03, 0D and 53. RGB value is (3,13,83). Sum of RGB (Red+Green+Blue) = 3+13+83=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #030D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D53 is #FCF2AC. Grayscale: #111111. Windows color (decimal): -16577197 or 5442819. OLE color: 5442819.

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

Color convert

RGB 3 13 83 -
CMYK 0.96 0.84 0 0.67
HSL 232.5º 0.93% 0.17% -
HSV(B) 232.5º 0.96% 0.33% -
XYZ 1.74 0.93 8.27 -
YUV 17.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 3 13 83 0.96 0.84 0 0.67 232.5 0.93 0.17
Hex 3 D 53 60 54 0 43 E8 5D 11
Octal 3 15 123 140 124 0 103 350 135 21
Binary 11 1101 1010011 1100000 1010100 0 1000011 11101000 1011101 10001

Color Harmonies of #030D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D53

Black with #030D53

Text Example


Text Example

White with #030D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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