Html Css Color HEX #030A6B Navy

📋 copy color: '#030A6B'

red 3 ◦ green 10 ◦ blue 107

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

Shades of Navy #030A6B

Tints of Navy #030A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.33%

 BLUE value IS 107 (42.19% from 255) = 89.17%

R = 2.5%
G = 8.33%
B = 89.17%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#030A6B (or 0x030A6B) is known color: Navy. HEX triplet: 03, 0A and 6B. RGB value is (3,10,107). Sum of RGB (Red+Green+Blue) = 3+10+107=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #030A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A6B is #FCF594. Grayscale: #121212. Windows color (decimal): -16577941 or 7014915. OLE color: 7014915.

HSL color Cylindrical-coordinate representation of color #030A6B: hue angle of 235.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A6B is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 10 107 -
CMYK 0.97 0.91 0 0.58
HSL 235.96º 0.95% 0.22% -
HSV(B) 235.96º 0.97% 0.42% -
XYZ 2.8 1.3 14.01 -
YUV 18.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 3 10 107 0.97 0.91 0 0.58 235.96 0.95 0.22
Hex 3 A 6B 61 5B 0 3A EC 5F 16
Octal 3 12 153 141 133 0 72 354 137 26
Binary 11 1010 1101011 1100001 1011011 0 111010 11101100 1011111 10110

Color Harmonies of #030A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A6B

Black with #030A6B

Text Example


Text Example

White with #030A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A6B; }

 p { color: rgb(3,10,107); }

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

background-color css

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

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

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

border-color css

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

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

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