Html Css Color HEX #030367 Navy

📋 copy color: '#030367'

red 3 ◦ green 3 ◦ blue 103

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

Shades of Navy #030367

Tints of Navy #030367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 103 (40.63% from 255) = 94.5%

R = 2.75%
G = 2.75%
B = 94.5%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030367 (or 0x030367) is known color: Navy. HEX triplet: 03, 03 and 67. RGB value is (3,3,103). Sum of RGB (Red+Green+Blue) = 3+3+103=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #030367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030367 is #FCFC98. Grayscale: #0E0E0E. Windows color (decimal): -16579737 or 6750979. OLE color: 6750979.

HSL color Cylindrical-coordinate representation of color #030367: hue angle of 240º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030367 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 3 103 -
CMYK 0.97 0.97 0 0.60
HSL 240º 0.94% 0.21% -
HSV(B) 240º 0.97% 0.4% -
XYZ 2.52 1.06 12.9 -
YUV 14.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 3 3 103 0.97 0.97 0 0.60 240 0.94 0.21
Hex 3 3 67 61 61 0 3C F0 5E 15
Octal 3 3 147 141 141 0 74 360 136 25
Binary 11 11 1100111 1100001 1100001 0 111100 11110000 1011110 10101

Color Harmonies of #030367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030367

Black with #030367

Text Example


Text Example

White with #030367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030367; }

 p { color: rgb(3,3,103); }

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

background-color css

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

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

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

border-color css

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

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

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