Html Css Color HEX #034BD1 Navy Blue

📋 copy color: '#034BD1'

red 3 ◦ green 75 ◦ blue 209

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

Shades of Navy Blue #034BD1

Tints of Navy Blue #034BD1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

 BLUE value IS 209 (82.03% from 255) = 72.82%

R = 1.05%
G = 26.13%
B = 72.82%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#034BD1 (or 0x034BD1) is known color: Navy Blue. HEX triplet: 03, 4B and D1. RGB value is (3,75,209). Sum of RGB (Red+Green+Blue) = 3+75+209=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #034BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BD1 is #FCB42E. Grayscale: #444444. Windows color (decimal): -16561199 or 13716227. OLE color: 13716227.

HSL color Cylindrical-coordinate representation of color #034BD1: hue angle of 219.03º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BD1 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 75 209 -
CMYK 0.99 0.64 0 0.18
HSL 219.03º 0.97% 0.42% -
HSV(B) 219.03º 0.99% 0.82% -
XYZ 14.06 9.65 61.44 -
YUV 68.75 207.15 81.1 -
System Red Green Blue C M Y K H S L
Decimal 3 75 209 0.99 0.64 0 0.18 219.03 0.97 0.42
Hex 3 4B D1 63 40 0 12 DB 61 2A
Octal 3 113 321 143 100 0 22 333 141 52
Binary 11 1001011 11010001 1100011 1000000 0 10010 11011011 1100001 101010

Color Harmonies of #034BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BD1

Black with #034BD1

Text Example


Text Example

White with #034BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,75,209); }

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

background-color css

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

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

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

border-color css

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

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

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