Html Css Color HEX #0A67EA Navy Blue

📋 copy color: '#0A67EA'

red 10 ◦ green 103 ◦ blue 234

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

Shades of Navy Blue #0A67EA

Tints of Navy Blue #0A67EA

RGB

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

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

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

R = 2.88%
G = 29.68%
B = 67.44%

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

#0A67EA (or 0x0A67EA) is known color: Navy Blue. HEX triplet: 0A, 67 and EA. RGB value is (10,103,234). Sum of RGB (Red+Green+Blue) = 10+103+234=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A67EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A67EA is #F59815. Grayscale: #595959. Windows color (decimal): -16095254 or 15361802. OLE color: 15361802.

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

Color convert

RGB 10 103 234 -
CMYK 0.96 0.56 0 0.08
HSL 215.09º 0.92% 0.48% -
HSV(B) 215.09º 0.96% 0.92% -
XYZ 19.83 15.71 79.83 -
YUV 90.13 209.19 70.85 -
System Red Green Blue C M Y K H S L
Decimal 10 103 234 0.96 0.56 0 0.08 215.09 0.92 0.48
Hex A 67 EA 60 38 0 8 D7 5C 30
Octal 12 147 352 140 70 0 10 327 134 60
Binary 1010 1100111 11101010 1100000 111000 0 1000 11010111 1011100 110000

Color Harmonies of #0A67EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A67EA

Black with #0A67EA

Text Example


Text Example

White with #0A67EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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