Html Css Color HEX #0258FC Navy Blue

📋 copy color: '#0258FC'

red 2 ◦ green 88 ◦ blue 252

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

Shades of Navy Blue #0258FC

Tints of Navy Blue #0258FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 252 (98.83% from 255) = 73.68%

R = 0.58%
G = 25.73%
B = 73.68%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0258FC (or 0x0258FC) is known color: Navy Blue. HEX triplet: 02, 58 and FC. RGB value is (2,88,252). Sum of RGB (Red+Green+Blue) = 2+88+252=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0258FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258FC is #FDA703. Grayscale: #505050. Windows color (decimal): -16623364 or 16537602. OLE color: 16537602.

HSL color Cylindrical-coordinate representation of color #0258FC: hue angle of 219.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258FC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 88 252 -
CMYK 0.99 0.65 0 0.01
HSL 219.36º 0.98% 0.5% -
HSV(B) 219.36º 0.99% 0.99% -
XYZ 21.09 14.02 93.69 -
YUV 80.98 224.51 71.66 -
System Red Green Blue C M Y K H S L
Decimal 2 88 252 0.99 0.65 0 0.01 219.36 0.98 0.5
Hex 2 58 FC 63 41 0 1 DB 62 32
Octal 2 130 374 143 101 0 1 333 142 62
Binary 10 1011000 11111100 1100011 1000001 0 1 11011011 1100010 110010

Color Harmonies of #0258FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258FC

Black with #0258FC

Text Example


Text Example

White with #0258FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0258FC; }

 p { color: rgb(2,88,252); }

 H1.HeaderClassName
 {
   color: #0258FC;
 }
 .AnyTagClassName
 {
   color: #0258FC;
 }
</style>

background-color css

<style>
 a { background-color: #0258FC; }

 a { background-color: rgb(2,88,252); }

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

border-color css

<style>
 span { border-color: #0258FC; }

 span { border-color: rgb(2,88,252); }

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