Html Css Color HEX #045FF2 Navy Blue

📋 copy color: '#045FF2'

red 4 ◦ green 95 ◦ blue 242

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

Shades of Navy Blue #045FF2

Tints of Navy Blue #045FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 242 (94.92% from 255) = 70.97%

R = 1.17%
G = 27.86%
B = 70.97%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#045FF2 (or 0x045FF2) is known color: Navy Blue. HEX triplet: 04, 5F and F2. RGB value is (4,95,242). Sum of RGB (Red+Green+Blue) = 4+95+242=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #045FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FF2 is #FBA00D. Grayscale: #535353. Windows color (decimal): -16490510 or 15884036. OLE color: 15884036.

HSL color Cylindrical-coordinate representation of color #045FF2: hue angle of 217.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FF2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 95 242 -
CMYK 0.98 0.61 0 0.05
HSL 217.06º 0.97% 0.48% -
HSV(B) 217.06º 0.98% 0.95% -
XYZ 20.17 14.62 85.76 -
YUV 84.55 216.85 70.55 -
System Red Green Blue C M Y K H S L
Decimal 4 95 242 0.98 0.61 0 0.05 217.06 0.97 0.48
Hex 4 5F F2 62 3D 0 5 D9 61 30
Octal 4 137 362 142 75 0 5 331 141 60
Binary 100 1011111 11110010 1100010 111101 0 101 11011001 1100001 110000

Color Harmonies of #045FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FF2

Black with #045FF2

Text Example


Text Example

White with #045FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045FF2; }

 p { color: rgb(4,95,242); }

 H1.HeaderClassName
 {
   color: #045FF2;
 }
 .AnyTagClassName
 {
   color: #045FF2;
 }
</style>

background-color css

<style>
 a { background-color: #045FF2; }

 a { background-color: rgb(4,95,242); }

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

border-color css

<style>
 span { border-color: #045FF2; }

 span { border-color: rgb(4,95,242); }

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