Html Css Color HEX #0255D6 Navy Blue

📋 copy color: '#0255D6'

red 2 ◦ green 85 ◦ blue 214

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

Shades of Navy Blue #0255D6

Tints of Navy Blue #0255D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 71.1%

R = 0.66%
G = 28.24%
B = 71.1%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0255D6 (or 0x0255D6) is known color: Navy Blue. HEX triplet: 02, 55 and D6. RGB value is (2,85,214). Sum of RGB (Red+Green+Blue) = 2+85+214=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #0255D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255D6 is #FDAA29. Grayscale: #4A4A4A. Windows color (decimal): -16624170 or 14046466. OLE color: 14046466.

HSL color Cylindrical-coordinate representation of color #0255D6: hue angle of 216.51º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255D6 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 85 214 -
CMYK 0.99 0.60 0 0.16
HSL 216.51º 0.98% 0.42% -
HSV(B) 216.51º 0.99% 0.84% -
XYZ 15.41 11.36 65 -
YUV 74.89 206.5 76.01 -
System Red Green Blue C M Y K H S L
Decimal 2 85 214 0.99 0.60 0 0.16 216.51 0.98 0.42
Hex 2 55 D6 63 3C 0 10 D9 62 2A
Octal 2 125 326 143 74 0 20 331 142 52
Binary 10 1010101 11010110 1100011 111100 0 10000 11011001 1100010 101010

Color Harmonies of #0255D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0255D6

Black with #0255D6

Text Example


Text Example

White with #0255D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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