Html Css Color HEX #030D55 Sapphire

📋 copy color: '#030D55'

red 3 ◦ green 13 ◦ blue 85

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

Shades of Sapphire #030D55

Tints of Sapphire #030D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 84.16%

R = 2.97%
G = 12.87%
B = 84.16%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030D55 (or 0x030D55) is known color: Sapphire. HEX triplet: 03, 0D and 55. RGB value is (3,13,85). Sum of RGB (Red+Green+Blue) = 3+13+85=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #030D55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D55 is #FCF2AA. Grayscale: #111111. Windows color (decimal): -16577195 or 5573891. OLE color: 5573891.

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

Color convert

RGB 3 13 85 -
CMYK 0.96 0.85 0 0.67
HSL 232.68º 0.93% 0.17% -
HSV(B) 232.68º 0.96% 0.33% -
XYZ 1.82 0.96 8.68 -
YUV 18.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 3 13 85 0.96 0.85 0 0.67 232.68 0.93 0.17
Hex 3 D 55 60 55 0 43 E9 5D 11
Octal 3 15 125 140 125 0 103 351 135 21
Binary 11 1101 1010101 1100000 1010101 0 1000011 11101001 1011101 10001

Color Harmonies of #030D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D55

Black with #030D55

Text Example


Text Example

White with #030D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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