Html Css Color HEX #0C50FB Navy Blue

📋 copy color: '#0C50FB'

red 12 ◦ green 80 ◦ blue 251

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

Shades of Navy Blue #0C50FB

Tints of Navy Blue #0C50FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 3.5%
G = 23.32%
B = 73.18%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C50FB (or 0x0C50FB) is known color: Navy Blue. HEX triplet: 0C, 50 and FB. RGB value is (12,80,251). Sum of RGB (Red+Green+Blue) = 12+80+251=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C50FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C50FB is #F3AF04. Grayscale: #4E4E4E. Windows color (decimal): -15970053 or 16470028. OLE color: 16470028.

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

Color convert

RGB 12 80 251 -
CMYK 0.95 0.68 0 0.02
HSL 222.93º 0.97% 0.52% -
HSV(B) 222.93º 0.95% 0.98% -
XYZ 20.43 12.78 92.66 -
YUV 79.16 224.97 80.1 -
System Red Green Blue C M Y K H S L
Decimal 12 80 251 0.95 0.68 0 0.02 222.93 0.97 0.52
Hex C 50 FB 5F 44 0 2 DF 61 34
Octal 14 120 373 137 104 0 2 337 141 64
Binary 1100 1010000 11111011 1011111 1000100 0 10 11011111 1100001 110100

Color Harmonies of #0C50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C50FB

Black with #0C50FB

Text Example


Text Example

White with #0C50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,80,251); }

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

background-color css

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

 a { background-color: rgb(12,80,251); }

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

border-color css

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

 span { border-color: rgb(12,80,251); }

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