Html Css Color HEX #0255F9 Navy Blue

📋 copy color: '#0255F9'

red 2 ◦ green 85 ◦ blue 249

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

Shades of Navy Blue #0255F9

Tints of Navy Blue #0255F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 249 (97.66% from 255) = 74.11%

R = 0.6%
G = 25.3%
B = 74.11%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0255F9 (or 0x0255F9) is known color: Navy Blue. HEX triplet: 02, 55 and F9. RGB value is (2,85,249). Sum of RGB (Red+Green+Blue) = 2+85+249=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #0255F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0255F9 is #FDAA06. Grayscale: #4E4E4E. Windows color (decimal): -16624135 or 16340226. OLE color: 16340226.

HSL color Cylindrical-coordinate representation of color #0255F9: hue angle of 219.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255F9 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 85 249 -
CMYK 0.99 0.66 0 0.02
HSL 219.84º 0.98% 0.49% -
HSV(B) 219.84º 0.99% 0.98% -
XYZ 20.37 13.35 91.13 -
YUV 78.88 224 73.16 -
System Red Green Blue C M Y K H S L
Decimal 2 85 249 0.99 0.66 0 0.02 219.84 0.98 0.49
Hex 2 55 F9 63 42 0 2 DC 62 31
Octal 2 125 371 143 102 0 2 334 142 61
Binary 10 1010101 11111001 1100011 1000010 0 10 11011100 1100010 110001

Color Harmonies of #0255F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0255F9

Black with #0255F9

Text Example


Text Example

White with #0255F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0255F9; }

 p { color: rgb(2,85,249); }

 H1.HeaderClassName
 {
   color: #0255F9;
 }
 .AnyTagClassName
 {
   color: #0255F9;
 }
</style>

background-color css

<style>
 a { background-color: #0255F9; }

 a { background-color: rgb(2,85,249); }

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

border-color css

<style>
 span { border-color: #0255F9; }

 span { border-color: rgb(2,85,249); }

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