Html Css Color HEX #00044A Sapphire

📋 copy color: '#00044A'

red 0 ◦ green 4 ◦ blue 74

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

Shades of Sapphire #00044A

Tints of Sapphire #00044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

 BLUE value IS 74 (29.3% from 255) = 94.87%

R = 0%
G = 5.13%
B = 94.87%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00044A (or 0x00044A) is known color: Sapphire. HEX triplet: 00, 04 and 4A. RGB value is (0,4,74). Sum of RGB (Red+Green+Blue) = 0+4+74=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 74 (29.30% from 255 or 94.87% from 78); Max value from RGB is 74 - color contains mainly: blue. Hex color #00044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00044A is #FFFBB5. Grayscale: #0A0A0A. Windows color (decimal): -16776118 or 4850688. OLE color: 4850688.

HSL color Cylindrical-coordinate representation of color #00044A: hue angle of 236.76º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00044A is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 4 74 -
CMYK 1 0.95 0 0.71
HSL 236.76º 1% 0.15% -
HSV(B) 236.76º 1% 0.29% -
XYZ 1.28 0.58 6.52 -
YUV 10.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 0 4 74 1 0.95 0 0.71 236.76 1 0.15
Hex 0 4 4A 64 5F 0 47 ED 64 F
Octal 0 4 112 144 137 0 107 355 144 17
Binary 0 100 1001010 1100100 1011111 0 1000111 11101101 1100100 1111

Color Harmonies of #00044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00044A

Black with #00044A

Text Example


Text Example

White with #00044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00044A; }

 p { color: rgb(0,4,74); }

 H1.HeaderClassName
 {
   color: #00044A;
 }
 .AnyTagClassName
 {
   color: #00044A;
 }
</style>

background-color css

<style>
 a { background-color: #00044A; }

 a { background-color: rgb(0,4,74); }

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

border-color css

<style>
 span { border-color: #00044A; }

 span { border-color: rgb(0,4,74); }

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