Html Css Color HEX #034ADB Navy Blue

📋 copy color: '#034ADB'

red 3 ◦ green 74 ◦ blue 219

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

Shades of Navy Blue #034ADB

Tints of Navy Blue #034ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 1.01%
G = 25%
B = 73.99%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#034ADB (or 0x034ADB) is known color: Navy Blue. HEX triplet: 03, 4A and DB. RGB value is (3,74,219). Sum of RGB (Red+Green+Blue) = 3+74+219=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #034ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADB is #FCB524. Grayscale: #444444. Windows color (decimal): -16561445 or 14371331. OLE color: 14371331.

HSL color Cylindrical-coordinate representation of color #034ADB: hue angle of 220.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ADB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 74 219 -
CMYK 0.99 0.66 0 0.14
HSL 220.28º 0.97% 0.44% -
HSV(B) 220.28º 0.99% 0.86% -
XYZ 15.27 10.03 68.15 -
YUV 69.3 212.48 80.71 -
System Red Green Blue C M Y K H S L
Decimal 3 74 219 0.99 0.66 0 0.14 220.28 0.97 0.44
Hex 3 4A DB 63 42 0 E DC 61 2C
Octal 3 112 333 143 102 0 16 334 141 54
Binary 11 1001010 11011011 1100011 1000010 0 1110 11011100 1100001 101100

Color Harmonies of #034ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ADB

Black with #034ADB

Text Example


Text Example

White with #034ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034ADB; }

 p { color: rgb(3,74,219); }

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

background-color css

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

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

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

border-color css

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

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

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