Html Css Color HEX #0A6BCC Navy Blue

📋 copy color: '#0A6BCC'

red 10 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #0A6BCC

Tints of Navy Blue #0A6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.33%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 3.12%
G = 33.33%
B = 63.55%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A6BCC (or 0x0A6BCC) is known color: Navy Blue. HEX triplet: 0A, 6B and CC. RGB value is (10,107,204). Sum of RGB (Red+Green+Blue) = 10+107+204=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A6BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BCC is #F59433. Grayscale: #585858. Windows color (decimal): -16094260 or 13396746. OLE color: 13396746.

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

Color convert

RGB 10 107 204 -
CMYK 0.95 0.48 0 0.2
HSL 210º 0.91% 0.42% -
HSV(B) 210º 0.95% 0.8% -
XYZ 16.28 14.94 59.15 -
YUV 89.06 192.86 71.61 -
System Red Green Blue C M Y K H S L
Decimal 10 107 204 0.95 0.48 0 0.2 210 0.91 0.42
Hex A 6B CC 5F 30 0 14 D2 5B 2A
Octal 12 153 314 137 60 0 24 322 133 52
Binary 1010 1101011 11001100 1011111 110000 0 10100 11010010 1011011 101010

Color Harmonies of #0A6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6BCC

Black with #0A6BCC

Text Example


Text Example

White with #0A6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,107,204); }

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

background-color css

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

 a { background-color: rgb(10,107,204); }

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

border-color css

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

 span { border-color: rgb(10,107,204); }

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