Html Css Color HEX #0C5AFA Navy Blue

📋 copy color: '#0C5AFA'

red 12 ◦ green 90 ◦ blue 250

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

Shades of Navy Blue #0C5AFA

Tints of Navy Blue #0C5AFA

RGB

 RED value IS 12 (5.08% from 255) = 3.41%

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 3.41%
G = 25.57%
B = 71.02%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C5AFA (or 0x0C5AFA) is known color: Navy Blue. HEX triplet: 0C, 5A and FA. RGB value is (12,90,250). Sum of RGB (Red+Green+Blue) = 12+90+250=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C5AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5AFA is #F3A505. Grayscale: #545454. Windows color (decimal): -15967494 or 16407052. OLE color: 16407052.

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

Color convert

RGB 12 90 250 -
CMYK 0.95 0.64 0 0.02
HSL 220.34º 0.96% 0.51% -
HSV(B) 220.34º 0.95% 0.98% -
XYZ 21.06 14.29 92.09 -
YUV 84.92 221.16 75.99 -
System Red Green Blue C M Y K H S L
Decimal 12 90 250 0.95 0.64 0 0.02 220.34 0.96 0.51
Hex C 5A FA 5F 40 0 2 DC 60 33
Octal 14 132 372 137 100 0 2 334 140 63
Binary 1100 1011010 11111010 1011111 1000000 0 10 11011100 1100000 110011

Color Harmonies of #0C5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5AFA

Black with #0C5AFA

Text Example


Text Example

White with #0C5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,90,250); }

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

background-color css

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

 a { background-color: rgb(12,90,250); }

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

border-color css

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

 span { border-color: rgb(12,90,250); }

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