Html Css Color HEX #030270 Navy

📋 copy color: '#030270'

red 3 ◦ green 2 ◦ blue 112

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

Shades of Navy #030270

Tints of Navy #030270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

 BLUE value IS 112 (44.14% from 255) = 95.73%

R = 2.56%
G = 1.71%
B = 95.73%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030270 (or 0x030270) is known color: Navy. HEX triplet: 03, 02 and 70. RGB value is (3,2,112). Sum of RGB (Red+Green+Blue) = 3+2+112=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #030270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030270 is #FCFD8F. Grayscale: #0E0E0E. Windows color (decimal): -16579984 or 7340547. OLE color: 7340547.

HSL color Cylindrical-coordinate representation of color #030270: hue angle of 240.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030270 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 2 112 -
CMYK 0.97 0.98 0 0.56
HSL 240.55º 0.96% 0.22% -
HSV(B) 240.55º 0.98% 0.44% -
XYZ 2.98 1.23 15.41 -
YUV 14.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 3 2 112 0.97 0.98 0 0.56 240.55 0.96 0.22
Hex 3 2 70 61 62 0 38 F1 60 16
Octal 3 2 160 141 142 0 70 361 140 26
Binary 11 10 1110000 1100001 1100010 0 111000 11110001 1100000 10110

Color Harmonies of #030270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030270

Black with #030270

Text Example


Text Example

White with #030270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030270; }

 p { color: rgb(3,2,112); }

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

background-color css

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

 a { background-color: rgb(3,2,112); }

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

border-color css

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

 span { border-color: rgb(3,2,112); }

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