Html Css Color HEX #004BDA Navy Blue

📋 copy color: '#004BDA'

red 0 ◦ green 75 ◦ blue 218

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

Shades of Navy Blue #004BDA

Tints of Navy Blue #004BDA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 218 (85.55% from 255) = 74.4%

R = 0%
G = 25.6%
B = 74.4%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#004BDA (or 0x004BDA) is known color: Navy Blue. HEX triplet: 00, 4B and DA. RGB value is (0,75,218). Sum of RGB (Red+Green+Blue) = 0+75+218=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #004BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BDA is #FFB425. Grayscale: #444444. Windows color (decimal): -16757798 or 14306048. OLE color: 14306048.

HSL color Cylindrical-coordinate representation of color #004BDA: hue angle of 219.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BDA is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 75 218 -
CMYK 1 0.66 0 0.15
HSL 219.36º 1% 0.43% -
HSV(B) 219.36º 1% 0.85% -
XYZ 15.17 10.09 67.48 -
YUV 68.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 0 75 218 1 0.66 0 0.15 219.36 1 0.43
Hex 0 4B DA 64 42 0 F DB 64 2B
Octal 0 113 332 144 102 0 17 333 144 53
Binary 0 1001011 11011010 1100100 1000010 0 1111 11011011 1100100 101011

Color Harmonies of #004BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BDA

Black with #004BDA

Text Example


Text Example

White with #004BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004BDA; }

 p { color: rgb(0,75,218); }

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

background-color css

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

 a { background-color: rgb(0,75,218); }

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

border-color css

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

 span { border-color: rgb(0,75,218); }

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