Html Css Color HEX #030F62 Sapphire

📋 copy color: '#030F62'

red 3 ◦ green 15 ◦ blue 98

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

Shades of Sapphire #030F62

Tints of Sapphire #030F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 84.48%

R = 2.59%
G = 12.93%
B = 84.48%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030F62 (or 0x030F62) is known color: Sapphire. HEX triplet: 03, 0F and 62. RGB value is (3,15,98). Sum of RGB (Red+Green+Blue) = 3+15+98=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 98 (38.67% from 255 or 84.48% from 116); Max value from RGB is 98 - color contains mainly: blue. Hex color #030F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F62 is #FCF09D. Grayscale: #141414. Windows color (decimal): -16576670 or 6426371. OLE color: 6426371.

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

Color convert

RGB 3 15 98 -
CMYK 0.97 0.85 0 0.62
HSL 232.42º 0.94% 0.2% -
HSV(B) 232.42º 0.97% 0.38% -
XYZ 2.41 1.24 11.67 -
YUV 20.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 3 15 98 0.97 0.85 0 0.62 232.42 0.94 0.2
Hex 3 F 62 61 55 0 3E E8 5E 14
Octal 3 17 142 141 125 0 76 350 136 24
Binary 11 1111 1100010 1100001 1010101 0 111110 11101000 1011110 10100

Color Harmonies of #030F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F62

Black with #030F62

Text Example


Text Example

White with #030F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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