Html Css Color HEX #07154E Sapphire

📋 copy color: '#07154E'

red 7 ◦ green 21 ◦ blue 78

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

Shades of Sapphire #07154E

Tints of Sapphire #07154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

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

R = 6.6%
G = 19.81%
B = 73.58%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07154E (or 0x07154E) is known color: Sapphire. HEX triplet: 07, 15 and 4E. RGB value is (7,21,78). Sum of RGB (Red+Green+Blue) = 7+21+78=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #07154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07154E is #F8EAB1. Grayscale: #171717. Windows color (decimal): -16313010 or 5117191. OLE color: 5117191.

HSL color Cylindrical-coordinate representation of color #07154E: hue angle of 228.17º 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 #07154E is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 21 78 -
CMYK 0.91 0.73 0 0.69
HSL 228.17º 0.84% 0.17% -
HSV(B) 228.17º 0.91% 0.31% -
XYZ 1.73 1.13 7.33 -
YUV 23.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 7 21 78 0.91 0.73 0 0.69 228.17 0.84 0.17
Hex 7 15 4E 5B 49 0 45 E4 54 11
Octal 7 25 116 133 111 0 105 344 124 21
Binary 111 10101 1001110 1011011 1001001 0 1000101 11100100 1010100 10001

Color Harmonies of #07154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07154E

Black with #07154E

Text Example


Text Example

White with #07154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07154E; }

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

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

background-color css

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

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

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

border-color css

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

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

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