Html Css Color HEX #0A65FA Navy Blue

📋 copy color: '#0A65FA'

red 10 ◦ green 101 ◦ blue 250

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

Shades of Navy Blue #0A65FA

Tints of Navy Blue #0A65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 2.77%
G = 27.98%
B = 69.25%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A65FA (or 0x0A65FA) is known color: Navy Blue. HEX triplet: 0A, 65 and FA. RGB value is (10,101,250). Sum of RGB (Red+Green+Blue) = 10+101+250=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A65FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A65FA is #F59A05. Grayscale: #5A5A5A. Windows color (decimal): -16095750 or 16409866. OLE color: 16409866.

HSL color Cylindrical-coordinate representation of color #0A65FA: hue angle of 217.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A65FA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 101 250 -
CMYK 0.96 0.60 0 0.02
HSL 217.25º 0.96% 0.51% -
HSV(B) 217.25º 0.96% 0.98% -
XYZ 22.03 16.27 92.42 -
YUV 90.78 217.85 70.38 -
System Red Green Blue C M Y K H S L
Decimal 10 101 250 0.96 0.60 0 0.02 217.25 0.96 0.51
Hex A 65 FA 60 3C 0 2 D9 60 33
Octal 12 145 372 140 74 0 2 331 140 63
Binary 1010 1100101 11111010 1100000 111100 0 10 11011001 1100000 110011

Color Harmonies of #0A65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A65FA

Black with #0A65FA

Text Example


Text Example

White with #0A65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,101,250); }

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

background-color css

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

 a { background-color: rgb(10,101,250); }

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

border-color css

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

 span { border-color: rgb(10,101,250); }

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