Html Css Color HEX #070D4E Sapphire

📋 copy color: '#070D4E'

red 7 ◦ green 13 ◦ blue 78

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

Shades of Sapphire #070D4E

Tints of Sapphire #070D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

 BLUE value IS 78 (30.86% from 255) = 79.59%

R = 7.14%
G = 13.27%
B = 79.59%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070D4E (or 0x070D4E) is known color: Sapphire. HEX triplet: 07, 0D and 4E. RGB value is (7,13,78). Sum of RGB (Red+Green+Blue) = 7+13+78=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #070D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D4E is #F8F2B1. Grayscale: #121212. Windows color (decimal): -16315058 or 5115143. OLE color: 5115143.

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

Color convert

RGB 7 13 78 -
CMYK 0.91 0.83 0 0.69
HSL 234.93º 0.84% 0.17% -
HSV(B) 234.93º 0.91% 0.31% -
XYZ 1.61 0.88 7.29 -
YUV 18.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 7 13 78 0.91 0.83 0 0.69 234.93 0.84 0.17
Hex 7 D 4E 5B 53 0 45 EB 54 11
Octal 7 15 116 133 123 0 105 353 124 21
Binary 111 1101 1001110 1011011 1010011 0 1000101 11101011 1010100 10001

Color Harmonies of #070D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D4E

Black with #070D4E

Text Example


Text Example

White with #070D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,13,78); }

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

background-color css

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

 a { background-color: rgb(7,13,78); }

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

border-color css

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

 span { border-color: rgb(7,13,78); }

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