Html Css Color HEX #0A68EB Navy Blue

📋 copy color: '#0A68EB'

red 10 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #0A68EB

Tints of Navy Blue #0A68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 2.87%
G = 29.8%
B = 67.34%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A68EB (or 0x0A68EB) is known color: Navy Blue. HEX triplet: 0A, 68 and EB. RGB value is (10,104,235). Sum of RGB (Red+Green+Blue) = 10+104+235=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A68EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A68EB is #F59714. Grayscale: #5A5A5A. Windows color (decimal): -16094997 or 15427594. OLE color: 15427594.

HSL color Cylindrical-coordinate representation of color #0A68EB: hue angle of 214.93º 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 #0A68EB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 104 235 -
CMYK 0.96 0.56 0 0.08
HSL 214.93º 0.92% 0.48% -
HSV(B) 214.93º 0.96% 0.92% -
XYZ 20.07 15.96 80.62 -
YUV 90.83 209.36 70.35 -
System Red Green Blue C M Y K H S L
Decimal 10 104 235 0.96 0.56 0 0.08 214.93 0.92 0.48
Hex A 68 EB 60 38 0 8 D7 5C 30
Octal 12 150 353 140 70 0 10 327 134 60
Binary 1010 1101000 11101011 1100000 111000 0 1000 11010111 1011100 110000

Color Harmonies of #0A68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A68EB

Black with #0A68EB

Text Example


Text Example

White with #0A68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,104,235); }

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

background-color css

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

 a { background-color: rgb(10,104,235); }

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

border-color css

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

 span { border-color: rgb(10,104,235); }

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