Html Css Color HEX #0A6CDF Navy Blue

📋 copy color: '#0A6CDF'

red 10 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #0A6CDF

Tints of Navy Blue #0A6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 2.93%
G = 31.67%
B = 65.4%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A6CDF (or 0x0A6CDF) is known color: Navy Blue. HEX triplet: 0A, 6C and DF. RGB value is (10,108,223). Sum of RGB (Red+Green+Blue) = 10+108+223=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A6CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6CDF is #F59320. Grayscale: #5B5B5B. Windows color (decimal): -16093985 or 14642186. OLE color: 14642186.

HSL color Cylindrical-coordinate representation of color #0A6CDF: hue angle of 212.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6CDF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 108 223 -
CMYK 0.96 0.52 0 0.13
HSL 212.39º 0.91% 0.46% -
HSV(B) 212.39º 0.96% 0.87% -
XYZ 18.81 16.12 71.93 -
YUV 91.81 202.03 69.65 -
System Red Green Blue C M Y K H S L
Decimal 10 108 223 0.96 0.52 0 0.13 212.39 0.91 0.46
Hex A 6C DF 60 34 0 D D4 5B 2E
Octal 12 154 337 140 64 0 15 324 133 56
Binary 1010 1101100 11011111 1100000 110100 0 1101 11010100 1011011 101110

Color Harmonies of #0A6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6CDF

Black with #0A6CDF

Text Example


Text Example

White with #0A6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,108,223); }

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

background-color css

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

 a { background-color: rgb(10,108,223); }

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

border-color css

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

 span { border-color: rgb(10,108,223); }

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