Html Css Color HEX #0A67DF Navy Blue

📋 copy color: '#0A67DF'

red 10 ◦ green 103 ◦ blue 223

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

Shades of Navy Blue #0A67DF

Tints of Navy Blue #0A67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 2.98%
G = 30.65%
B = 66.37%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A67DF (or 0x0A67DF) is known color: Navy Blue. HEX triplet: 0A, 67 and DF. RGB value is (10,103,223). Sum of RGB (Red+Green+Blue) = 10+103+223=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A67DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67DF is #F59820. Grayscale: #585858. Windows color (decimal): -16095265 or 14640906. OLE color: 14640906.

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

Color convert

RGB 10 103 223 -
CMYK 0.96 0.54 0 0.13
HSL 213.8º 0.91% 0.46% -
HSV(B) 213.8º 0.96% 0.87% -
XYZ 18.29 15.09 71.76 -
YUV 88.87 203.69 71.74 -
System Red Green Blue C M Y K H S L
Decimal 10 103 223 0.96 0.54 0 0.13 213.8 0.91 0.46
Hex A 67 DF 60 36 0 D D6 5B 2E
Octal 12 147 337 140 66 0 15 326 133 56
Binary 1010 1100111 11011111 1100000 110110 0 1101 11010110 1011011 101110

Color Harmonies of #0A67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A67DF

Black with #0A67DF

Text Example


Text Example

White with #0A67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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