Html Css Color HEX #030072 Navy

📋 copy color: '#030072'

red 3 ◦ green 0 ◦ blue 114

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

Shades of Navy #030072

Tints of Navy #030072

RGB

 RED value IS 3 (1.56% from 255) = 2.56%

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

 BLUE value IS 114 (44.92% from 255) = 97.44%

R = 2.56%
G = 0%
B = 97.44%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030072 (or 0x030072) is known color: Navy. HEX triplet: 03, 00 and 72. RGB value is (3,0,114). Sum of RGB (Red+Green+Blue) = 3+0+114=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 114 (44.92% from 255 or 97.44% from 117); Max value from RGB is 114 - color contains mainly: blue. Hex color #030072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030072 is #FCFF8D. Grayscale: #0D0D0D. Windows color (decimal): -16580494 or 7471107. OLE color: 7471107.

HSL color Cylindrical-coordinate representation of color #030072: hue angle of 241.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030072 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 0 114 -
CMYK 0.97 1 0 0.55
HSL 241.58º 1% 0.22% -
HSV(B) 241.58º 1% 0.45% -
XYZ 3.07 1.23 16 -
YUV 13.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 3 0 114 0.97 1 0 0.55 241.58 1 0.22
Hex 3 0 72 61 64 0 37 F2 64 16
Octal 3 0 162 141 144 0 67 362 144 26
Binary 11 0 1110010 1100001 1100100 0 110111 11110010 1100100 10110

Color Harmonies of #030072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030072

Black with #030072

Text Example


Text Example

White with #030072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030072; }

 p { color: rgb(3,0,114); }

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

background-color css

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

 a { background-color: rgb(3,0,114); }

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

border-color css

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

 span { border-color: rgb(3,0,114); }

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