Html Css Color HEX #07154D Sapphire

📋 copy color: '#07154D'

red 7 ◦ green 21 ◦ blue 77

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

Shades of Sapphire #07154D

Tints of Sapphire #07154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 73.33%

R = 6.67%
G = 20%
B = 73.33%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07154D (or 0x07154D) is known color: Sapphire. HEX triplet: 07, 15 and 4D. RGB value is (7,21,77). Sum of RGB (Red+Green+Blue) = 7+21+77=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #07154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07154D is #F8EAB2. Grayscale: #161616. Windows color (decimal): -16313011 or 5051655. OLE color: 5051655.

HSL color Cylindrical-coordinate representation of color #07154D: hue angle of 228º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07154D is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 21 77 -
CMYK 0.91 0.73 0 0.70
HSL 228º 0.83% 0.16% -
HSV(B) 228º 0.91% 0.3% -
XYZ 1.7 1.12 7.15 -
YUV 23.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 7 21 77 0.91 0.73 0 0.70 228 0.83 0.16
Hex 7 15 4D 5B 49 0 46 E4 53 10
Octal 7 25 115 133 111 0 106 344 123 20
Binary 111 10101 1001101 1011011 1001001 0 1000110 11100100 1010011 10000

Color Harmonies of #07154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07154D

Black with #07154D

Text Example


Text Example

White with #07154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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