Html Css Color HEX #050CB2 New Midnight Blue

📋 copy color: '#050CB2'

red 5 ◦ green 12 ◦ blue 178

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

Shades of New Midnight Blue #050CB2

Tints of New Midnight Blue #050CB2

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

 GREEN value IS 12 (5.08% from 255) = 6.15%

 BLUE value IS 178 (69.92% from 255) = 91.28%

R = 2.56%
G = 6.15%
B = 91.28%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#050CB2 (or 0x050CB2) is known color: New Midnight Blue. HEX triplet: 05, 0C and B2. RGB value is (5,12,178). Sum of RGB (Red+Green+Blue) = 5+12+178=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 178 (69.92% from 255 or 91.28% from 195); Max value from RGB is 178 - color contains mainly: blue. Hex color #050CB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CB2 is #FAF34D. Grayscale: #1C1C1C. Windows color (decimal): -16446286 or 11668485. OLE color: 11668485.

HSL color Cylindrical-coordinate representation of color #050CB2: hue angle of 237.57º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CB2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 12 178 -
CMYK 0.97 0.93 0 0.30
HSL 237.57º 0.95% 0.36% -
HSV(B) 237.57º 0.97% 0.7% -
XYZ 8.23 3.51 42.36 -
YUV 28.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 5 12 178 0.97 0.93 0 0.30 237.57 0.95 0.36
Hex 5 C B2 61 5D 0 1E EE 5F 24
Octal 5 14 262 141 135 0 36 356 137 44
Binary 101 1100 10110010 1100001 1011101 0 11110 11101110 1011111 100100

Color Harmonies of #050CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CB2

Black with #050CB2

Text Example


Text Example

White with #050CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050CB2; }

 p { color: rgb(5,12,178); }

 H1.HeaderClassName
 {
   color: #050CB2;
 }
 .AnyTagClassName
 {
   color: #050CB2;
 }
</style>

background-color css

<style>
 a { background-color: #050CB2; }

 a { background-color: rgb(5,12,178); }

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

border-color css

<style>
 span { border-color: #050CB2; }

 span { border-color: rgb(5,12,178); }

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