Html Css Color HEX #0A67DD Navy Blue

📋 copy color: '#0A67DD'

red 10 ◦ green 103 ◦ blue 221

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

Shades of Navy Blue #0A67DD

Tints of Navy Blue #0A67DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 2.99%
G = 30.84%
B = 66.17%

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

#0A67DD (or 0x0A67DD) is known color: Navy Blue. HEX triplet: 0A, 67 and DD. RGB value is (10,103,221). Sum of RGB (Red+Green+Blue) = 10+103+221=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A67DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67DD is #F59822. Grayscale: #585858. Windows color (decimal): -16095267 or 14509834. OLE color: 14509834.

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

Color convert

RGB 10 103 221 -
CMYK 0.95 0.53 0 0.13
HSL 213.55º 0.91% 0.45% -
HSV(B) 213.55º 0.95% 0.87% -
XYZ 18.03 14.99 70.35 -
YUV 88.65 202.69 71.91 -
System Red Green Blue C M Y K H S L
Decimal 10 103 221 0.95 0.53 0 0.13 213.55 0.91 0.45
Hex A 67 DD 5F 35 0 D D6 5B 2D
Octal 12 147 335 137 65 0 15 326 133 55
Binary 1010 1100111 11011101 1011111 110101 0 1101 11010110 1011011 101101

Color Harmonies of #0A67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A67DD

Black with #0A67DD

Text Example


Text Example

White with #0A67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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