Html Css Color HEX #030D5D Sapphire

📋 copy color: '#030D5D'

red 3 ◦ green 13 ◦ blue 93

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

Shades of Sapphire #030D5D

Tints of Sapphire #030D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 85.32%

R = 2.75%
G = 11.93%
B = 85.32%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#030D5D (or 0x030D5D) is known color: Sapphire. HEX triplet: 03, 0D and 5D. RGB value is (3,13,93). Sum of RGB (Red+Green+Blue) = 3+13+93=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #030D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5D is #FCF2A2. Grayscale: #121212. Windows color (decimal): -16577187 or 6098179. OLE color: 6098179.

HSL color Cylindrical-coordinate representation of color #030D5D: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D5D is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 13 93 -
CMYK 0.97 0.86 0 0.64
HSL 233.33º 0.94% 0.19% -
HSV(B) 233.33º 0.97% 0.36% -
XYZ 2.16 1.1 10.45 -
YUV 19.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 3 13 93 0.97 0.86 0 0.64 233.33 0.94 0.19
Hex 3 D 5D 61 56 0 40 E9 5E 13
Octal 3 15 135 141 126 0 100 351 136 23
Binary 11 1101 1011101 1100001 1010110 0 1000000 11101001 1011110 10011

Color Harmonies of #030D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D5D

Black with #030D5D

Text Example


Text Example

White with #030D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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