Html Css Color HEX #0A68DE Navy Blue

📋 copy color: '#0A68DE'

red 10 ◦ green 104 ◦ blue 222

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

Shades of Navy Blue #0A68DE

Tints of Navy Blue #0A68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 2.98%
G = 30.95%
B = 66.07%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A68DE (or 0x0A68DE) is known color: Navy Blue. HEX triplet: 0A, 68 and DE. RGB value is (10,104,222). Sum of RGB (Red+Green+Blue) = 10+104+222=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A68DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A68DE is #F59721. Grayscale: #585858. Windows color (decimal): -16095010 or 14575626. OLE color: 14575626.

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

Color convert

RGB 10 104 222 -
CMYK 0.95 0.53 0 0.13
HSL 213.4º 0.91% 0.45% -
HSV(B) 213.4º 0.95% 0.87% -
XYZ 18.26 15.24 71.09 -
YUV 89.35 202.86 71.41 -
System Red Green Blue C M Y K H S L
Decimal 10 104 222 0.95 0.53 0 0.13 213.4 0.91 0.45
Hex A 68 DE 5F 35 0 D D5 5B 2D
Octal 12 150 336 137 65 0 15 325 133 55
Binary 1010 1101000 11011110 1011111 110101 0 1101 11010101 1011011 101101

Color Harmonies of #0A68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A68DE

Black with #0A68DE

Text Example


Text Example

White with #0A68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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