Html Css Color HEX #030057 Navy

📋 copy color: '#030057'

red 3 ◦ green 0 ◦ blue 87

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

Shades of Navy #030057

Tints of Navy #030057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 96.67%

R = 3.33%
G = 0%
B = 96.67%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#030057 (or 0x030057) is known color: Navy. HEX triplet: 03, 00 and 57. RGB value is (3,0,87). Sum of RGB (Red+Green+Blue) = 3+0+87=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 87 (34.38% from 255 or 96.67% from 90); Max value from RGB is 87 - color contains mainly: blue. Hex color #030057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030057 is #FCFFA8. Grayscale: #0A0A0A. Windows color (decimal): -16580521 or 5701635. OLE color: 5701635.

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

Color convert

RGB 3 0 87 -
CMYK 0.97 1 0 0.66
HSL 242.07º 1% 0.17% -
HSV(B) 242.07º 1% 0.34% -
XYZ 1.76 0.71 9.06 -
YUV 10.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 3 0 87 0.97 1 0 0.66 242.07 1 0.17
Hex 3 0 57 61 64 0 42 F2 64 11
Octal 3 0 127 141 144 0 102 362 144 21
Binary 11 0 1010111 1100001 1100100 0 1000010 11110010 1100100 10001

Color Harmonies of #030057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030057

Black with #030057

Text Example


Text Example

White with #030057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030057; }

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

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

background-color css

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

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

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

border-color css

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

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

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