Html Css Color HEX #0452DF Navy Blue

📋 copy color: '#0452DF'

red 4 ◦ green 82 ◦ blue 223

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

Shades of Navy Blue #0452DF

Tints of Navy Blue #0452DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 1.29%
G = 26.54%
B = 72.17%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0452DF (or 0x0452DF) is known color: Navy Blue. HEX triplet: 04, 52 and DF. RGB value is (4,82,223). Sum of RGB (Red+Green+Blue) = 4+82+223=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #0452DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0452DF is #FBAD20. Grayscale: #4A4A4A. Windows color (decimal): -16493857 or 14635524. OLE color: 14635524.

HSL color Cylindrical-coordinate representation of color #0452DF: hue angle of 218.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452DF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 82 223 -
CMYK 0.98 0.63 0 0.13
HSL 218.63º 0.96% 0.45% -
HSV(B) 218.63º 0.98% 0.87% -
XYZ 16.39 11.39 71.15 -
YUV 74.75 211.66 77.54 -
System Red Green Blue C M Y K H S L
Decimal 4 82 223 0.98 0.63 0 0.13 218.63 0.96 0.45
Hex 4 52 DF 62 3F 0 D DB 60 2D
Octal 4 122 337 142 77 0 15 333 140 55
Binary 100 1010010 11011111 1100010 111111 0 1101 11011011 1100000 101101

Color Harmonies of #0452DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0452DF

Black with #0452DF

Text Example


Text Example

White with #0452DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0452DF; }

 p { color: rgb(4,82,223); }

 H1.HeaderClassName
 {
   color: #0452DF;
 }
 .AnyTagClassName
 {
   color: #0452DF;
 }
</style>

background-color css

<style>
 a { background-color: #0452DF; }

 a { background-color: rgb(4,82,223); }

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

border-color css

<style>
 span { border-color: #0452DF; }

 span { border-color: rgb(4,82,223); }

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