Html Css Color HEX #0254FF Navy Blue

📋 copy color: '#0254FF'

red 2 ◦ green 84 ◦ blue 255

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

Shades of Navy Blue #0254FF

Tints of Navy Blue #0254FF

RGB

 RED value IS 2 (1.17% from 255) = 0.59%

 GREEN value IS 84 (33.2% from 255) = 24.63%

 BLUE value IS 255 (100% from 255) = 74.78%

R = 0.59%
G = 24.63%
B = 74.78%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0254FF (or 0x0254FF) is known color: Navy Blue. HEX triplet: 02, 54 and FF. RGB value is (2,84,255). Sum of RGB (Red+Green+Blue) = 2+84+255=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0254FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0254FF is #FDAB00. Grayscale: #4E4E4E. Windows color (decimal): -16624385 or 16733186. OLE color: 16733186.

HSL color Cylindrical-coordinate representation of color #0254FF: hue angle of 220.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254FF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 84 255 -
CMYK 0.99 0.67 0 0
HSL 220.55º 1% 0.5% -
HSV(B) 220.55º 0.99% 1% -
XYZ 21.25 13.57 96.11 -
YUV 78.98 227.33 73.1 -
System Red Green Blue C M Y K H S L
Decimal 2 84 255 0.99 0.67 0 0 220.55 1 0.5
Hex 2 54 FF 63 43 0 0 DD 64 32
Octal 2 124 377 143 103 0 0 335 144 62
Binary 10 1010100 11111111 1100011 1000011 0 0 11011101 1100100 110010

Color Harmonies of #0254FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0254FF

Black with #0254FF

Text Example


Text Example

White with #0254FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0254FF; }

 p { color: rgb(2,84,255); }

 H1.HeaderClassName
 {
   color: #0254FF;
 }
 .AnyTagClassName
 {
   color: #0254FF;
 }
</style>

background-color css

<style>
 a { background-color: #0254FF; }

 a { background-color: rgb(2,84,255); }

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

border-color css

<style>
 span { border-color: #0254FF; }

 span { border-color: rgb(2,84,255); }

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