Html Css Color HEX #071262 Sapphire

📋 copy color: '#071262'

red 7 ◦ green 18 ◦ blue 98

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

Shades of Sapphire #071262

Tints of Sapphire #071262

RGB

 RED value IS 7 (3.13% from 255) = 5.69%

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 5.69%
G = 14.63%
B = 79.67%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#071262 (or 0x071262) is known color: Sapphire. HEX triplet: 07, 12 and 62. RGB value is (7,18,98). Sum of RGB (Red+Green+Blue) = 7+18+98=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #071262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071262 is #F8ED9D. Grayscale: #171717. Windows color (decimal): -16313758 or 6427143. OLE color: 6427143.

HSL color Cylindrical-coordinate representation of color #071262: hue angle of 232.75º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071262 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 18 98 -
CMYK 0.93 0.82 0 0.62
HSL 232.75º 0.87% 0.21% -
HSV(B) 232.75º 0.93% 0.38% -
XYZ 2.51 1.36 11.69 -
YUV 23.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 7 18 98 0.93 0.82 0 0.62 232.75 0.87 0.21
Hex 7 12 62 5D 52 0 3E E9 57 15
Octal 7 22 142 135 122 0 76 351 127 25
Binary 111 10010 1100010 1011101 1010010 0 111110 11101001 1010111 10101

Color Harmonies of #071262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071262

Black with #071262

Text Example


Text Example

White with #071262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071262; }

 p { color: rgb(7,18,98); }

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

background-color css

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

 a { background-color: rgb(7,18,98); }

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

border-color css

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

 span { border-color: rgb(7,18,98); }

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