Html Css Color HEX #0258FD Navy Blue

📋 copy color: '#0258FD'

red 2 ◦ green 88 ◦ blue 253

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

Shades of Navy Blue #0258FD

Tints of Navy Blue #0258FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 0.58%
G = 25.66%
B = 73.76%

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

#0258FD (or 0x0258FD) is known color: Navy Blue. HEX triplet: 02, 58 and FD. RGB value is (2,88,253). Sum of RGB (Red+Green+Blue) = 2+88+253=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #0258FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258FD is #FDA702. Grayscale: #505050. Windows color (decimal): -16623363 or 16603138. OLE color: 16603138.

HSL color Cylindrical-coordinate representation of color #0258FD: hue angle of 219.44º 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 #0258FD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 88 253 -
CMYK 0.99 0.65 0 0.01
HSL 219.44º 0.98% 0.5% -
HSV(B) 219.44º 0.99% 0.99% -
XYZ 21.24 14.08 94.53 -
YUV 81.1 225.01 71.58 -
System Red Green Blue C M Y K H S L
Decimal 2 88 253 0.99 0.65 0 0.01 219.44 0.98 0.5
Hex 2 58 FD 63 41 0 1 DB 62 32
Octal 2 130 375 143 101 0 1 333 142 62
Binary 10 1011000 11111101 1100011 1000001 0 1 11011011 1100010 110010

Color Harmonies of #0258FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258FD

Black with #0258FD

Text Example


Text Example

White with #0258FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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