Html Css Color HEX #030768 Navy

📋 copy color: '#030768'

red 3 ◦ green 7 ◦ blue 104

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

Shades of Navy #030768

Tints of Navy #030768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

 BLUE value IS 104 (41.02% from 255) = 91.23%

R = 2.63%
G = 6.14%
B = 91.23%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030768 (or 0x030768) is known color: Navy. HEX triplet: 03, 07 and 68. RGB value is (3,7,104). Sum of RGB (Red+Green+Blue) = 3+7+104=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #030768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030768 is #FCF897. Grayscale: #101010. Windows color (decimal): -16578712 or 6817539. OLE color: 6817539.

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

Color convert

RGB 3 7 104 -
CMYK 0.97 0.93 0 0.59
HSL 237.62º 0.94% 0.21% -
HSV(B) 237.62º 0.97% 0.41% -
XYZ 2.61 1.17 13.19 -
YUV 16.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 3 7 104 0.97 0.93 0 0.59 237.62 0.94 0.21
Hex 3 7 68 61 5D 0 3B EE 5E 15
Octal 3 7 150 141 135 0 73 356 136 25
Binary 11 111 1101000 1100001 1011101 0 111011 11101110 1011110 10101

Color Harmonies of #030768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030768

Black with #030768

Text Example


Text Example

White with #030768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030768; }

 p { color: rgb(3,7,104); }

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

background-color css

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

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

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

border-color css

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

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

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