Html Css Color HEX #00074F Sapphire

📋 copy color: '#00074F'

red 0 ◦ green 7 ◦ blue 79

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

Shades of Sapphire #00074F

Tints of Sapphire #00074F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 8.14%

 BLUE value IS 79 (31.25% from 255) = 91.86%

R = 0%
G = 8.14%
B = 91.86%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00074F (or 0x00074F) is known color: Sapphire. HEX triplet: 00, 07 and 4F. RGB value is (0,7,79). Sum of RGB (Red+Green+Blue) = 0+7+79=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 79 (31.25% from 255 or 91.86% from 86); Max value from RGB is 79 - color contains mainly: blue. Hex color #00074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00074F is #FFF8B0. Grayscale: #0C0C0C. Windows color (decimal): -16775345 or 5179136. OLE color: 5179136.

HSL color Cylindrical-coordinate representation of color #00074F: hue angle of 234.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00074F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 7 79 -
CMYK 1 0.91 0 0.69
HSL 234.68º 1% 0.15% -
HSV(B) 234.68º 1% 0.31% -
XYZ 1.49 0.72 7.46 -
YUV 13.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 0 7 79 1 0.91 0 0.69 234.68 1 0.15
Hex 0 7 4F 64 5B 0 45 EB 64 F
Octal 0 7 117 144 133 0 105 353 144 17
Binary 0 111 1001111 1100100 1011011 0 1000101 11101011 1100100 1111

Color Harmonies of #00074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00074F

Black with #00074F

Text Example


Text Example

White with #00074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00074F; }

 p { color: rgb(0,7,79); }

 H1.HeaderClassName
 {
   color: #00074F;
 }
 .AnyTagClassName
 {
   color: #00074F;
 }
</style>

background-color css

<style>
 a { background-color: #00074F; }

 a { background-color: rgb(0,7,79); }

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

border-color css

<style>
 span { border-color: #00074F; }

 span { border-color: rgb(0,7,79); }

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