Html Css Color HEX #07144E Sapphire

📋 copy color: '#07144E'

red 7 ◦ green 20 ◦ blue 78

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

Shades of Sapphire #07144E

Tints of Sapphire #07144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

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

R = 6.67%
G = 19.05%
B = 74.29%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07144E (or 0x07144E) is known color: Sapphire. HEX triplet: 07, 14 and 4E. RGB value is (7,20,78). Sum of RGB (Red+Green+Blue) = 7+20+78=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #07144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07144E is #F8EBB1. Grayscale: #161616. Windows color (decimal): -16313266 or 5116935. OLE color: 5116935.

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

Color convert

RGB 7 20 78 -
CMYK 0.91 0.74 0 0.69
HSL 229.01º 0.84% 0.17% -
HSV(B) 229.01º 0.91% 0.31% -
XYZ 1.71 1.1 7.33 -
YUV 22.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 7 20 78 0.91 0.74 0 0.69 229.01 0.84 0.17
Hex 7 14 4E 5B 4A 0 45 E5 54 11
Octal 7 24 116 133 112 0 105 345 124 21
Binary 111 10100 1001110 1011011 1001010 0 1000101 11100101 1010100 10001

Color Harmonies of #07144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07144E

Black with #07144E

Text Example


Text Example

White with #07144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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