Html Css Color HEX #0451DC Navy Blue

📋 copy color: '#0451DC'

red 4 ◦ green 81 ◦ blue 220

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

Shades of Navy Blue #0451DC

Tints of Navy Blue #0451DC

RGB

 RED value IS 4 (1.95% from 255) = 1.31%

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 1.31%
G = 26.56%
B = 72.13%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0451DC (or 0x0451DC) is known color: Navy Blue. HEX triplet: 04, 51 and DC. RGB value is (4,81,220). Sum of RGB (Red+Green+Blue) = 4+81+220=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #0451DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451DC is #FBAE23. Grayscale: #494949. Windows color (decimal): -16494116 or 14438660. OLE color: 14438660.

HSL color Cylindrical-coordinate representation of color #0451DC: hue angle of 218.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0451DC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 81 220 -
CMYK 0.98 0.63 0 0.14
HSL 218.61º 0.96% 0.44% -
HSV(B) 218.61º 0.98% 0.86% -
XYZ 15.91 11.08 69.01 -
YUV 73.82 210.49 78.2 -
System Red Green Blue C M Y K H S L
Decimal 4 81 220 0.98 0.63 0 0.14 218.61 0.96 0.44
Hex 4 51 DC 62 3F 0 E DB 60 2C
Octal 4 121 334 142 77 0 16 333 140 54
Binary 100 1010001 11011100 1100010 111111 0 1110 11011011 1100000 101100

Color Harmonies of #0451DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0451DC

Black with #0451DC

Text Example


Text Example

White with #0451DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0451DC; }

 p { color: rgb(4,81,220); }

 H1.HeaderClassName
 {
   color: #0451DC;
 }
 .AnyTagClassName
 {
   color: #0451DC;
 }
</style>

background-color css

<style>
 a { background-color: #0451DC; }

 a { background-color: rgb(4,81,220); }

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

border-color css

<style>
 span { border-color: #0451DC; }

 span { border-color: rgb(4,81,220); }

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