Html Css Color HEX #01074C Sapphire

📋 copy color: '#01074C'

red 1 ◦ green 7 ◦ blue 76

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

Shades of Sapphire #01074C

Tints of Sapphire #01074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 90.48%

R = 1.19%
G = 8.33%
B = 90.48%

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

#01074C (or 0x01074C) is known color: Sapphire. HEX triplet: 01, 07 and 4C. RGB value is (1,7,76). Sum of RGB (Red+Green+Blue) = 1+7+76=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #01074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01074C is #FEF8B3. Grayscale: #0C0C0C. Windows color (decimal): -16709812 or 4982529. OLE color: 4982529.

HSL color Cylindrical-coordinate representation of color #01074C: hue angle of 235.2º 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 #01074C is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 7 76 -
CMYK 0.99 0.91 0 0.70
HSL 235.2º 0.97% 0.15% -
HSV(B) 235.2º 0.99% 0.3% -
XYZ 1.39 0.68 6.9 -
YUV 13.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 1 7 76 0.99 0.91 0 0.70 235.2 0.97 0.15
Hex 1 7 4C 63 5B 0 46 EB 61 F
Octal 1 7 114 143 133 0 106 353 141 17
Binary 1 111 1001100 1100011 1011011 0 1000110 11101011 1100001 1111

Color Harmonies of #01074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01074C

Black with #01074C

Text Example


Text Example

White with #01074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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