Html Css Color HEX #030F60 Sapphire

📋 copy color: '#030F60'

red 3 ◦ green 15 ◦ blue 96

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

Shades of Sapphire #030F60

Tints of Sapphire #030F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 84.21%

R = 2.63%
G = 13.16%
B = 84.21%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030F60 (or 0x030F60) is known color: Sapphire. HEX triplet: 03, 0F and 60. RGB value is (3,15,96). Sum of RGB (Red+Green+Blue) = 3+15+96=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #030F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F60 is #FCF09F. Grayscale: #141414. Windows color (decimal): -16576672 or 6295299. OLE color: 6295299.

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

Color convert

RGB 3 15 96 -
CMYK 0.97 0.84 0 0.62
HSL 232.26º 0.94% 0.19% -
HSV(B) 232.26º 0.97% 0.38% -
XYZ 2.32 1.21 11.18 -
YUV 20.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 3 15 96 0.97 0.84 0 0.62 232.26 0.94 0.19
Hex 3 F 60 61 54 0 3E E8 5E 13
Octal 3 17 140 141 124 0 76 350 136 23
Binary 11 1111 1100000 1100001 1010100 0 111110 11101000 1011110 10011

Color Harmonies of #030F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F60

Black with #030F60

Text Example


Text Example

White with #030F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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