Html Css Color HEX #034FDA Navy Blue

📋 copy color: '#034FDA'

red 3 ◦ green 79 ◦ blue 218

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

Shades of Navy Blue #034FDA

Tints of Navy Blue #034FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 1%
G = 26.33%
B = 72.67%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#034FDA (or 0x034FDA) is known color: Navy Blue. HEX triplet: 03, 4F and DA. RGB value is (3,79,218). Sum of RGB (Red+Green+Blue) = 3+79+218=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #034FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FDA is #FCB025. Grayscale: #474747. Windows color (decimal): -16560166 or 14307075. OLE color: 14307075.

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

Color convert

RGB 3 79 218 -
CMYK 0.99 0.64 0 0.15
HSL 218.79º 0.97% 0.43% -
HSV(B) 218.79º 0.99% 0.85% -
XYZ 15.49 10.67 67.57 -
YUV 72.12 210.32 78.7 -
System Red Green Blue C M Y K H S L
Decimal 3 79 218 0.99 0.64 0 0.15 218.79 0.97 0.43
Hex 3 4F DA 63 40 0 F DB 61 2B
Octal 3 117 332 143 100 0 17 333 141 53
Binary 11 1001111 11011010 1100011 1000000 0 1111 11011011 1100001 101011

Color Harmonies of #034FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FDA

Black with #034FDA

Text Example


Text Example

White with #034FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,218); }

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

background-color css

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

 a { background-color: rgb(3,79,218); }

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

border-color css

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

 span { border-color: rgb(3,79,218); }

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