Html Css Color HEX #010FB2 New Midnight Blue

📋 copy color: '#010FB2'

red 1 ◦ green 15 ◦ blue 178

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

Shades of New Midnight Blue #010FB2

Tints of New Midnight Blue #010FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 0.52%
G = 7.73%
B = 91.75%

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

#010FB2 (or 0x010FB2) is known color: New Midnight Blue. HEX triplet: 01, 0F and B2. RGB value is (1,15,178). Sum of RGB (Red+Green+Blue) = 1+15+178=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 178 (69.92% from 255 or 91.75% from 194); Max value from RGB is 178 - color contains mainly: blue. Hex color #010FB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FB2 is #FEF04D. Grayscale: #1C1C1C. Windows color (decimal): -16707662 or 11669249. OLE color: 11669249.

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

Color convert

RGB 1 15 178 -
CMYK 0.99 0.92 0 0.30
HSL 235.25º 0.99% 0.35% -
HSV(B) 235.25º 0.99% 0.7% -
XYZ 8.22 3.56 42.37 -
YUV 29.4 211.86 107.75 -
System Red Green Blue C M Y K H S L
Decimal 1 15 178 0.99 0.92 0 0.30 235.25 0.99 0.35
Hex 1 F B2 63 5C 0 1E EB 63 23
Octal 1 17 262 143 134 0 36 353 143 43
Binary 1 1111 10110010 1100011 1011100 0 11110 11101011 1100011 100011

Color Harmonies of #010FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FB2

Black with #010FB2

Text Example


Text Example

White with #010FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,15,178); }

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

background-color css

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

 a { background-color: rgb(1,15,178); }

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

border-color css

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

 span { border-color: rgb(1,15,178); }

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