Html Css Color HEX #0A5CDA Navy Blue

📋 copy color: '#0A5CDA'

red 10 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #0A5CDA

Tints of Navy Blue #0A5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 3.13%
G = 28.75%
B = 68.13%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A5CDA (or 0x0A5CDA) is known color: Navy Blue. HEX triplet: 0A, 5C and DA. RGB value is (10,92,218). Sum of RGB (Red+Green+Blue) = 10+92+218=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A5CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CDA is #F5A325. Grayscale: #515151. Windows color (decimal): -16098086 or 14310410. OLE color: 14310410.

HSL color Cylindrical-coordinate representation of color #0A5CDA: hue angle of 216.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5CDA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 92 218 -
CMYK 0.95 0.58 0 0.15
HSL 216.35º 0.91% 0.45% -
HSV(B) 216.35º 0.95% 0.85% -
XYZ 16.61 12.78 67.92 -
YUV 81.85 204.83 76.75 -
System Red Green Blue C M Y K H S L
Decimal 10 92 218 0.95 0.58 0 0.15 216.35 0.91 0.45
Hex A 5C DA 5F 3A 0 F D8 5B 2D
Octal 12 134 332 137 72 0 17 330 133 55
Binary 1010 1011100 11011010 1011111 111010 0 1111 11011000 1011011 101101

Color Harmonies of #0A5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5CDA

Black with #0A5CDA

Text Example


Text Example

White with #0A5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,92,218); }

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

background-color css

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

 a { background-color: rgb(10,92,218); }

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

border-color css

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

 span { border-color: rgb(10,92,218); }

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