Html Css Color HEX #0A5ACF Navy Blue

📋 copy color: '#0A5ACF'

red 10 ◦ green 90 ◦ blue 207

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

Shades of Navy Blue #0A5ACF

Tints of Navy Blue #0A5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 3.26%
G = 29.32%
B = 67.43%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A5ACF (or 0x0A5ACF) is known color: Navy Blue. HEX triplet: 0A, 5A and CF. RGB value is (10,90,207). Sum of RGB (Red+Green+Blue) = 10+90+207=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A5ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5ACF is #F5A530. Grayscale: #4E4E4E. Windows color (decimal): -16098609 or 13589002. OLE color: 13589002.

HSL color Cylindrical-coordinate representation of color #0A5ACF: hue angle of 215.63º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5ACF is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 90 207 -
CMYK 0.95 0.57 0 0.19
HSL 215.63º 0.91% 0.43% -
HSV(B) 215.63º 0.95% 0.81% -
XYZ 15.04 11.88 60.53 -
YUV 79.42 200 78.49 -
System Red Green Blue C M Y K H S L
Decimal 10 90 207 0.95 0.57 0 0.19 215.63 0.91 0.43
Hex A 5A CF 5F 39 0 13 D8 5B 2B
Octal 12 132 317 137 71 0 23 330 133 53
Binary 1010 1011010 11001111 1011111 111001 0 10011 11011000 1011011 101011

Color Harmonies of #0A5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5ACF

Black with #0A5ACF

Text Example


Text Example

White with #0A5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,90,207); }

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

background-color css

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

 a { background-color: rgb(10,90,207); }

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

border-color css

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

 span { border-color: rgb(10,90,207); }

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