Html Css Color HEX #030F4D Sapphire

📋 copy color: '#030F4D'

red 3 ◦ green 15 ◦ blue 77

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

Shades of Sapphire #030F4D

Tints of Sapphire #030F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

 BLUE value IS 77 (30.47% from 255) = 81.05%

R = 3.16%
G = 15.79%
B = 81.05%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#030F4D (or 0x030F4D) is known color: Sapphire. HEX triplet: 03, 0F and 4D. RGB value is (3,15,77). Sum of RGB (Red+Green+Blue) = 3+15+77=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #030F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F4D is #FCF0B2. Grayscale: #121212. Windows color (decimal): -16576691 or 5050115. OLE color: 5050115.

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

Color convert

RGB 3 15 77 -
CMYK 0.96 0.81 0 0.70
HSL 230.27º 0.93% 0.16% -
HSV(B) 230.27º 0.96% 0.3% -
XYZ 1.55 0.9 7.11 -
YUV 18.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 3 15 77 0.96 0.81 0 0.70 230.27 0.93 0.16
Hex 3 F 4D 60 51 0 46 E6 5C 10
Octal 3 17 115 140 121 0 106 346 134 20
Binary 11 1111 1001101 1100000 1010001 0 1000110 11100110 1011100 10000

Color Harmonies of #030F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F4D

Black with #030F4D

Text Example


Text Example

White with #030F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,15,77); }

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

background-color css

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

 a { background-color: rgb(3,15,77); }

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

border-color css

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

 span { border-color: rgb(3,15,77); }

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