Html Css Color HEX #07264E Sapphire

📋 copy color: '#07264E'

red 7 ◦ green 38 ◦ blue 78

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

Shades of Sapphire #07264E

Tints of Sapphire #07264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.89%

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

R = 5.69%
G = 30.89%
B = 63.41%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07264E (or 0x07264E) is known color: Sapphire. HEX triplet: 07, 26 and 4E. RGB value is (7,38,78). Sum of RGB (Red+Green+Blue) = 7+38+78=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #07264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07264E is #F8D9B1. Grayscale: #212121. Windows color (decimal): -16308658 or 5121543. OLE color: 5121543.

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

Color convert

RGB 7 38 78 -
CMYK 0.91 0.51 0 0.69
HSL 213.8º 0.84% 0.17% -
HSV(B) 213.8º 0.91% 0.31% -
XYZ 2.16 1.98 7.48 -
YUV 33.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 7 38 78 0.91 0.51 0 0.69 213.8 0.84 0.17
Hex 7 26 4E 5B 33 0 45 D6 54 11
Octal 7 46 116 133 63 0 105 326 124 21
Binary 111 100110 1001110 1011011 110011 0 1000101 11010110 1010100 10001

Color Harmonies of #07264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07264E

Black with #07264E

Text Example


Text Example

White with #07264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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