Html Css Color HEX #0C5CFA Navy Blue

📋 copy color: '#0C5CFA'

red 12 ◦ green 92 ◦ blue 250

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

Shades of Navy Blue #0C5CFA

Tints of Navy Blue #0C5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 3.39%
G = 25.99%
B = 70.62%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C5CFA (or 0x0C5CFA) is known color: Navy Blue. HEX triplet: 0C, 5C and FA. RGB value is (12,92,250). Sum of RGB (Red+Green+Blue) = 12+92+250=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C5CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5CFA is #F3A305. Grayscale: #555555. Windows color (decimal): -15966982 or 16407564. OLE color: 16407564.

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

Color convert

RGB 12 92 250 -
CMYK 0.95 0.63 0 0.02
HSL 219.83º 0.96% 0.51% -
HSV(B) 219.83º 0.95% 0.98% -
XYZ 21.23 14.63 92.15 -
YUV 86.09 220.5 75.15 -
System Red Green Blue C M Y K H S L
Decimal 12 92 250 0.95 0.63 0 0.02 219.83 0.96 0.51
Hex C 5C FA 5F 3F 0 2 DC 60 33
Octal 14 134 372 137 77 0 2 334 140 63
Binary 1100 1011100 11111010 1011111 111111 0 10 11011100 1100000 110011

Color Harmonies of #0C5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5CFA

Black with #0C5CFA

Text Example


Text Example

White with #0C5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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