Html Css Color HEX #0A62CC Navy Blue

📋 copy color: '#0A62CC'

red 10 ◦ green 98 ◦ blue 204

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

Shades of Navy Blue #0A62CC

Tints of Navy Blue #0A62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 3.21%
G = 31.41%
B = 65.38%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A62CC (or 0x0A62CC) is known color: Navy Blue. HEX triplet: 0A, 62 and CC. RGB value is (10,98,204). Sum of RGB (Red+Green+Blue) = 10+98+204=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A62CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A62CC is #F59D33. Grayscale: #535353. Windows color (decimal): -16096564 or 13394442. OLE color: 13394442.

HSL color Cylindrical-coordinate representation of color #0A62CC: hue angle of 212.78º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A62CC is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 98 204 -
CMYK 0.95 0.52 0 0.2
HSL 212.78º 0.91% 0.42% -
HSV(B) 212.78º 0.95% 0.8% -
XYZ 15.39 13.16 58.86 -
YUV 83.77 195.85 75.38 -
System Red Green Blue C M Y K H S L
Decimal 10 98 204 0.95 0.52 0 0.2 212.78 0.91 0.42
Hex A 62 CC 5F 34 0 14 D5 5B 2A
Octal 12 142 314 137 64 0 24 325 133 52
Binary 1010 1100010 11001100 1011111 110100 0 10100 11010101 1011011 101010

Color Harmonies of #0A62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A62CC

Black with #0A62CC

Text Example


Text Example

White with #0A62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,204); }

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

background-color css

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

 a { background-color: rgb(10,98,204); }

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

border-color css

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

 span { border-color: rgb(10,98,204); }

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