Html Css Color HEX #030D59 Sapphire

📋 copy color: '#030D59'

red 3 ◦ green 13 ◦ blue 89

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

Shades of Sapphire #030D59

Tints of Sapphire #030D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 84.76%

R = 2.86%
G = 12.38%
B = 84.76%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030D59 (or 0x030D59) is known color: Sapphire. HEX triplet: 03, 0D and 59. RGB value is (3,13,89). Sum of RGB (Red+Green+Blue) = 3+13+89=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #030D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D59 is #FCF2A6. Grayscale: #121212. Windows color (decimal): -16577191 or 5836035. OLE color: 5836035.

HSL color Cylindrical-coordinate representation of color #030D59: hue angle of 233.02º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D59 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 13 89 -
CMYK 0.97 0.85 0 0.65
HSL 233.02º 0.93% 0.18% -
HSV(B) 233.02º 0.97% 0.35% -
XYZ 1.98 1.03 9.55 -
YUV 18.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 3 13 89 0.97 0.85 0 0.65 233.02 0.93 0.18
Hex 3 D 59 61 55 0 41 E9 5D 12
Octal 3 15 131 141 125 0 101 351 135 22
Binary 11 1101 1011001 1100001 1010101 0 1000001 11101001 1011101 10010

Color Harmonies of #030D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D59

Black with #030D59

Text Example


Text Example

White with #030D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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