Html Css Color HEX #0458CF Navy Blue

📋 copy color: '#0458CF'

red 4 ◦ green 88 ◦ blue 207

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

Shades of Navy Blue #0458CF

Tints of Navy Blue #0458CF

RGB

 RED value IS 4 (1.95% from 255) = 1.34%

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

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

R = 1.34%
G = 29.43%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0458CF (or 0x0458CF) is known color: Navy Blue. HEX triplet: 04, 58 and CF. RGB value is (4,88,207). Sum of RGB (Red+Green+Blue) = 4+88+207=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #0458CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0458CF is #FBA730. Grayscale: #4B4B4B. Windows color (decimal): -16492337 or 13588484. OLE color: 13588484.

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

Color convert

RGB 4 88 207 -
CMYK 0.98 0.57 0 0.19
HSL 215.17º 0.96% 0.41% -
HSV(B) 215.17º 0.98% 0.81% -
XYZ 14.8 11.51 60.47 -
YUV 76.45 201.67 76.32 -
System Red Green Blue C M Y K H S L
Decimal 4 88 207 0.98 0.57 0 0.19 215.17 0.96 0.41
Hex 4 58 CF 62 39 0 13 D7 60 29
Octal 4 130 317 142 71 0 23 327 140 51
Binary 100 1011000 11001111 1100010 111001 0 10011 11010111 1100000 101001

Color Harmonies of #0458CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458CF

Black with #0458CF

Text Example


Text Example

White with #0458CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,88,207); }

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

background-color css

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

 a { background-color: rgb(4,88,207); }

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

border-color css

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

 span { border-color: rgb(4,88,207); }

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