Html Css Color HEX #01074D Sapphire

📋 copy color: '#01074D'

red 1 ◦ green 7 ◦ blue 77

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

Shades of Sapphire #01074D

Tints of Sapphire #01074D

RGB

 RED value IS 1 (0.78% from 255) = 1.18%

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

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

R = 1.18%
G = 8.24%
B = 90.59%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01074D (or 0x01074D) is known color: Sapphire. HEX triplet: 01, 07 and 4D. RGB value is (1,7,77). Sum of RGB (Red+Green+Blue) = 1+7+77=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 77 (30.47% from 255 or 90.59% from 85); Max value from RGB is 77 - color contains mainly: blue. Hex color #01074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01074D is #FEF8B2. Grayscale: #0C0C0C. Windows color (decimal): -16709811 or 5048065. OLE color: 5048065.

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

Color convert

RGB 1 7 77 -
CMYK 0.99 0.91 0 0.70
HSL 235.26º 0.97% 0.15% -
HSV(B) 235.26º 0.99% 0.3% -
XYZ 1.43 0.69 7.08 -
YUV 13.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 1 7 77 0.99 0.91 0 0.70 235.26 0.97 0.15
Hex 1 7 4D 63 5B 0 46 EB 61 F
Octal 1 7 115 143 133 0 106 353 141 17
Binary 1 111 1001101 1100011 1011011 0 1000110 11101011 1100001 1111

Color Harmonies of #01074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01074D

Black with #01074D

Text Example


Text Example

White with #01074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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