Html Css Color HEX #030A68 Navy

📋 copy color: '#030A68'

red 3 ◦ green 10 ◦ blue 104

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

Shades of Navy #030A68

Tints of Navy #030A68

RGB

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

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

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

R = 2.56%
G = 8.55%
B = 88.89%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030A68 (or 0x030A68) is known color: Navy. HEX triplet: 03, 0A and 68. RGB value is (3,10,104). Sum of RGB (Red+Green+Blue) = 3+10+104=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 104 (41.02% from 255 or 88.89% from 117); Max value from RGB is 104 - color contains mainly: blue. Hex color #030A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A68 is #FCF597. Grayscale: #121212. Windows color (decimal): -16577944 or 6818307. OLE color: 6818307.

HSL color Cylindrical-coordinate representation of color #030A68: hue angle of 235.84º 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 #030A68 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 10 104 -
CMYK 0.97 0.90 0 0.59
HSL 235.84º 0.94% 0.21% -
HSV(B) 235.84º 0.97% 0.41% -
XYZ 2.64 1.24 13.2 -
YUV 18.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 3 10 104 0.97 0.90 0 0.59 235.84 0.94 0.21
Hex 3 A 68 61 5A 0 3B EC 5E 15
Octal 3 12 150 141 132 0 73 354 136 25
Binary 11 1010 1101000 1100001 1011010 0 111011 11101100 1011110 10101

Color Harmonies of #030A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A68

Black with #030A68

Text Example


Text Example

White with #030A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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