Html Css Color HEX #070F52 Sapphire

📋 copy color: '#070F52'

red 7 ◦ green 15 ◦ blue 82

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

Shades of Sapphire #070F52

Tints of Sapphire #070F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 6.73%
G = 14.42%
B = 78.85%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070F52 (or 0x070F52) is known color: Sapphire. HEX triplet: 07, 0F and 52. RGB value is (7,15,82). Sum of RGB (Red+Green+Blue) = 7+15+82=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #070F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F52 is #F8F0AD. Grayscale: #131313. Windows color (decimal): -16314542 or 5377799. OLE color: 5377799.

HSL color Cylindrical-coordinate representation of color #070F52: hue angle of 233.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070F52 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 15 82 -
CMYK 0.91 0.82 0 0.68
HSL 233.6º 0.84% 0.17% -
HSV(B) 233.6º 0.91% 0.32% -
XYZ 1.78 1 8.08 -
YUV 20.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 7 15 82 0.91 0.82 0 0.68 233.6 0.84 0.17
Hex 7 F 52 5B 52 0 44 EA 54 11
Octal 7 17 122 133 122 0 104 352 124 21
Binary 111 1111 1010010 1011011 1010010 0 1000100 11101010 1010100 10001

Color Harmonies of #070F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F52

Black with #070F52

Text Example


Text Example

White with #070F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070F52; }

 p { color: rgb(7,15,82); }

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

background-color css

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

 a { background-color: rgb(7,15,82); }

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

border-color css

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

 span { border-color: rgb(7,15,82); }

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