Html Css Color HEX #0254EF Navy Blue

📋 copy color: '#0254EF'

red 2 ◦ green 84 ◦ blue 239

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

Shades of Navy Blue #0254EF

Tints of Navy Blue #0254EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 0.62%
G = 25.85%
B = 73.54%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0254EF (or 0x0254EF) is known color: Navy Blue. HEX triplet: 02, 54 and EF. RGB value is (2,84,239). Sum of RGB (Red+Green+Blue) = 2+84+239=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #0254EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0254EF is #FDAB10. Grayscale: #4C4C4C. Windows color (decimal): -16624401 or 15684610. OLE color: 15684610.

HSL color Cylindrical-coordinate representation of color #0254EF: hue angle of 219.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254EF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 84 239 -
CMYK 0.99 0.65 0 0.06
HSL 219.24º 0.98% 0.47% -
HSV(B) 219.24º 0.99% 0.94% -
XYZ 18.78 12.59 83.1 -
YUV 77.15 219.33 74.4 -
System Red Green Blue C M Y K H S L
Decimal 2 84 239 0.99 0.65 0 0.06 219.24 0.98 0.47
Hex 2 54 EF 63 41 0 6 DB 62 2F
Octal 2 124 357 143 101 0 6 333 142 57
Binary 10 1010100 11101111 1100011 1000001 0 110 11011011 1100010 101111

Color Harmonies of #0254EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0254EF

Black with #0254EF

Text Example


Text Example

White with #0254EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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