Html Css Color HEX #0254CF Navy Blue

📋 copy color: '#0254CF'

red 2 ◦ green 84 ◦ blue 207

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

Shades of Navy Blue #0254CF

Tints of Navy Blue #0254CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 0.68%
G = 28.67%
B = 70.65%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0254CF (or 0x0254CF) is known color: Navy Blue. HEX triplet: 02, 54 and CF. RGB value is (2,84,207). Sum of RGB (Red+Green+Blue) = 2+84+207=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #0254CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254CF is #FDAB30. Grayscale: #484848. Windows color (decimal): -16624433 or 13587458. OLE color: 13587458.

HSL color Cylindrical-coordinate representation of color #0254CF: hue angle of 216º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254CF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 84 207 -
CMYK 0.99 0.59 0 0.19
HSL 216º 0.98% 0.41% -
HSV(B) 216º 0.99% 0.81% -
XYZ 14.46 10.86 60.37 -
YUV 73.5 203.33 77 -
System Red Green Blue C M Y K H S L
Decimal 2 84 207 0.99 0.59 0 0.19 216 0.98 0.41
Hex 2 54 CF 63 3B 0 13 D8 62 29
Octal 2 124 317 143 73 0 23 330 142 51
Binary 10 1010100 11001111 1100011 111011 0 10011 11011000 1100010 101001

Color Harmonies of #0254CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0254CF

Black with #0254CF

Text Example


Text Example

White with #0254CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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