Html Css Color HEX #1C01B3 New Midnight Blue

📋 copy color: '#1C01B3'

red 28 ◦ green 1 ◦ blue 179

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

Shades of New Midnight Blue #1C01B3

Tints of New Midnight Blue #1C01B3

RGB

 RED value IS 28 (11.33% from 255) = 13.46%

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 179 (70.31% from 255) = 86.06%

R = 13.46%
G = 0.48%
B = 86.06%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1C01B3 (or 0x1C01B3) is known color: New Midnight Blue. HEX triplet: 1C, 01 and B3. RGB value is (28,1,179). Sum of RGB (Red+Green+Blue) = 28+1+179=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 179 (70.31% from 255 or 86.06% from 208); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C01B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C01B3 is #E3FE4C. Grayscale: #1C1C1C. Windows color (decimal): -14941773 or 11731228. OLE color: 11731228.

HSL color Cylindrical-coordinate representation of color #1C01B3: hue angle of 249.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C01B3 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 1 179 -
CMYK 0.84 0.99 0 0.30
HSL 249.1º 0.99% 0.35% -
HSV(B) 249.1º 0.99% 0.7% -
XYZ 8.63 3.52 42.87 -
YUV 29.37 212.45 127.03 -
System Red Green Blue C M Y K H S L
Decimal 28 1 179 0.84 0.99 0 0.30 249.1 0.99 0.35
Hex 1C 1 B3 54 63 0 1E F9 63 23
Octal 34 1 263 124 143 0 36 371 143 43
Binary 11100 1 10110011 1010100 1100011 0 11110 11111001 1100011 100011

Color Harmonies of #1C01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C01B3

Black with #1C01B3

Text Example


Text Example

White with #1C01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C01B3; }

 p { color: rgb(28,1,179); }

 H1.HeaderClassName
 {
   color: #1C01B3;
 }
 .AnyTagClassName
 {
   color: #1C01B3;
 }
</style>

background-color css

<style>
 a { background-color: #1C01B3; }

 a { background-color: rgb(28,1,179); }

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

border-color css

<style>
 span { border-color: #1C01B3; }

 span { border-color: rgb(28,1,179); }

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