Html Css Color HEX #0A58CA Navy Blue

📋 copy color: '#0A58CA'

red 10 ◦ green 88 ◦ blue 202

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

Shades of Navy Blue #0A58CA

Tints of Navy Blue #0A58CA

RGB

 RED value IS 10 (4.3% from 255) = 3.33%

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

 BLUE value IS 202 (79.3% from 255) = 67.33%

R = 3.33%
G = 29.33%
B = 67.33%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A58CA (or 0x0A58CA) is known color: Navy Blue. HEX triplet: 0A, 58 and CA. RGB value is (10,88,202). Sum of RGB (Red+Green+Blue) = 10+88+202=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A58CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A58CA is #F5A735. Grayscale: #4D4D4D. Windows color (decimal): -16099126 or 13260810. OLE color: 13260810.

HSL color Cylindrical-coordinate representation of color #0A58CA: hue angle of 215.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A58CA is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 88 202 -
CMYK 0.95 0.56 0 0.21
HSL 215.63º 0.91% 0.42% -
HSV(B) 215.63º 0.95% 0.79% -
XYZ 14.28 11.31 57.31 -
YUV 77.67 198.16 79.73 -
System Red Green Blue C M Y K H S L
Decimal 10 88 202 0.95 0.56 0 0.21 215.63 0.91 0.42
Hex A 58 CA 5F 38 0 15 D8 5B 2A
Octal 12 130 312 137 70 0 25 330 133 52
Binary 1010 1011000 11001010 1011111 111000 0 10101 11011000 1011011 101010

Color Harmonies of #0A58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A58CA

Black with #0A58CA

Text Example


Text Example

White with #0A58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A58CA; }

 p { color: rgb(10,88,202); }

 H1.HeaderClassName
 {
   color: #0A58CA;
 }
 .AnyTagClassName
 {
   color: #0A58CA;
 }
</style>

background-color css

<style>
 a { background-color: #0A58CA; }

 a { background-color: rgb(10,88,202); }

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

border-color css

<style>
 span { border-color: #0A58CA; }

 span { border-color: rgb(10,88,202); }

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