Html Css Color HEX #0A5CCE Navy Blue

📋 copy color: '#0A5CCE'

red 10 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #0A5CCE

Tints of Navy Blue #0A5CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 3.25%
G = 29.87%
B = 66.88%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A5CCE (or 0x0A5CCE) is known color: Navy Blue. HEX triplet: 0A, 5C and CE. RGB value is (10,92,206). Sum of RGB (Red+Green+Blue) = 10+92+206=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A5CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CCE is #F5A331. Grayscale: #4F4F4F. Windows color (decimal): -16098098 or 13523978. OLE color: 13523978.

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

Color convert

RGB 10 92 206 -
CMYK 0.95 0.55 0 0.19
HSL 214.9º 0.91% 0.42% -
HSV(B) 214.9º 0.95% 0.81% -
XYZ 15.09 12.18 59.95 -
YUV 80.48 198.83 77.73 -
System Red Green Blue C M Y K H S L
Decimal 10 92 206 0.95 0.55 0 0.19 214.9 0.91 0.42
Hex A 5C CE 5F 37 0 13 D7 5B 2A
Octal 12 134 316 137 67 0 23 327 133 52
Binary 1010 1011100 11001110 1011111 110111 0 10011 11010111 1011011 101010

Color Harmonies of #0A5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5CCE

Black with #0A5CCE

Text Example


Text Example

White with #0A5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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