Html Css Color HEX #030F5B Sapphire

📋 copy color: '#030F5B'

red 3 ◦ green 15 ◦ blue 91

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

Shades of Sapphire #030F5B

Tints of Sapphire #030F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 83.49%

R = 2.75%
G = 13.76%
B = 83.49%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#030F5B (or 0x030F5B) is known color: Sapphire. HEX triplet: 03, 0F and 5B. RGB value is (3,15,91). Sum of RGB (Red+Green+Blue) = 3+15+91=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #030F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F5B is #FCF0A4. Grayscale: #131313. Windows color (decimal): -16576677 or 5967619. OLE color: 5967619.

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

Color convert

RGB 3 15 91 -
CMYK 0.97 0.84 0 0.64
HSL 231.82º 0.94% 0.18% -
HSV(B) 231.82º 0.97% 0.36% -
XYZ 2.1 1.12 10 -
YUV 20.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 3 15 91 0.97 0.84 0 0.64 231.82 0.94 0.18
Hex 3 F 5B 61 54 0 40 E8 5E 12
Octal 3 17 133 141 124 0 100 350 136 22
Binary 11 1111 1011011 1100001 1010100 0 1000000 11101000 1011110 10010

Color Harmonies of #030F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F5B

Black with #030F5B

Text Example


Text Example

White with #030F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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