Html Css Color HEX #0A6CEA Navy Blue

📋 copy color: '#0A6CEA'

red 10 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #0A6CEA

Tints of Navy Blue #0A6CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 2.84%
G = 30.68%
B = 66.48%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A6CEA (or 0x0A6CEA) is known color: Navy Blue. HEX triplet: 0A, 6C and EA. RGB value is (10,108,234). Sum of RGB (Red+Green+Blue) = 10+108+234=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A6CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6CEA is #F59315. Grayscale: #5C5C5C. Windows color (decimal): -16093974 or 15363082. OLE color: 15363082.

HSL color Cylindrical-coordinate representation of color #0A6CEA: hue angle of 213.75º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6CEA is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 108 234 -
CMYK 0.96 0.54 0 0.08
HSL 213.75º 0.92% 0.48% -
HSV(B) 213.75º 0.96% 0.92% -
XYZ 20.34 16.73 80 -
YUV 93.06 207.53 68.75 -
System Red Green Blue C M Y K H S L
Decimal 10 108 234 0.96 0.54 0 0.08 213.75 0.92 0.48
Hex A 6C EA 60 36 0 8 D6 5C 30
Octal 12 154 352 140 66 0 10 326 134 60
Binary 1010 1101100 11101010 1100000 110110 0 1000 11010110 1011100 110000

Color Harmonies of #0A6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6CEA

Black with #0A6CEA

Text Example


Text Example

White with #0A6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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