Html Css Color HEX #071C4E Sapphire

📋 copy color: '#071C4E'

red 7 ◦ green 28 ◦ blue 78

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

Shades of Sapphire #071C4E

Tints of Sapphire #071C4E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.78%

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

R = 6.19%
G = 24.78%
B = 69.03%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071C4E (or 0x071C4E) is known color: Sapphire. HEX triplet: 07, 1C and 4E. RGB value is (7,28,78). Sum of RGB (Red+Green+Blue) = 7+28+78=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #071C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C4E is #F8E3B1. Grayscale: #1B1B1B. Windows color (decimal): -16311218 or 5118983. OLE color: 5118983.

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

Color convert

RGB 7 28 78 -
CMYK 0.91 0.64 0 0.69
HSL 222.25º 0.84% 0.17% -
HSV(B) 222.25º 0.91% 0.31% -
XYZ 1.88 1.43 7.38 -
YUV 27.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 7 28 78 0.91 0.64 0 0.69 222.25 0.84 0.17
Hex 7 1C 4E 5B 40 0 45 DE 54 11
Octal 7 34 116 133 100 0 105 336 124 21
Binary 111 11100 1001110 1011011 1000000 0 1000101 11011110 1010100 10001

Color Harmonies of #071C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C4E

Black with #071C4E

Text Example


Text Example

White with #071C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071C4E; }

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

 H1.HeaderClassName
 {
   color: #071C4E;
 }
 .AnyTagClassName
 {
   color: #071C4E;
 }
</style>

background-color css

<style>
 a { background-color: #071C4E; }

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

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

border-color css

<style>
 span { border-color: #071C4E; }

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

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