Html Css Color HEX #010EB3 New Midnight Blue

📋 copy color: '#010EB3'

red 1 ◦ green 14 ◦ blue 179

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

Shades of New Midnight Blue #010EB3

Tints of New Midnight Blue #010EB3

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 14 (5.86% from 255) = 7.22%

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

R = 0.52%
G = 7.22%
B = 92.27%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#010EB3 (or 0x010EB3) is known color: New Midnight Blue. HEX triplet: 01, 0E and B3. RGB value is (1,14,179). Sum of RGB (Red+Green+Blue) = 1+14+179=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 179 (70.31% from 255 or 92.27% from 194); Max value from RGB is 179 - color contains mainly: blue. Hex color #010EB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EB3 is #FEF14C. Grayscale: #1C1C1C. Windows color (decimal): -16707917 or 11734529. OLE color: 11734529.

HSL color Cylindrical-coordinate representation of color #010EB3: hue angle of 235.62º 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 #010EB3 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 14 179 -
CMYK 0.99 0.92 0 0.30
HSL 235.62º 0.99% 0.35% -
HSV(B) 235.62º 0.99% 0.7% -
XYZ 8.31 3.58 42.9 -
YUV 28.92 212.69 108.08 -
System Red Green Blue C M Y K H S L
Decimal 1 14 179 0.99 0.92 0 0.30 235.62 0.99 0.35
Hex 1 E B3 63 5C 0 1E EC 63 23
Octal 1 16 263 143 134 0 36 354 143 43
Binary 1 1110 10110011 1100011 1011100 0 11110 11101100 1100011 100011

Color Harmonies of #010EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EB3

Black with #010EB3

Text Example


Text Example

White with #010EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EB3; }

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

 H1.HeaderClassName
 {
   color: #010EB3;
 }
 .AnyTagClassName
 {
   color: #010EB3;
 }
</style>

background-color css

<style>
 a { background-color: #010EB3; }

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

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

border-color css

<style>
 span { border-color: #010EB3; }

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

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