Html Css Color HEX #010BB3 New Midnight Blue

📋 copy color: '#010BB3'

red 1 ◦ green 11 ◦ blue 179

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

Shades of New Midnight Blue #010BB3

Tints of New Midnight Blue #010BB3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

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

R = 0.52%
G = 5.76%
B = 93.72%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#010BB3 (or 0x010BB3) is known color: New Midnight Blue. HEX triplet: 01, 0B and B3. RGB value is (1,11,179). Sum of RGB (Red+Green+Blue) = 1+11+179=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 179 (70.31% from 255 or 93.72% from 191); Max value from RGB is 179 - color contains mainly: blue. Hex color #010BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BB3 is #FEF44C. Grayscale: #1A1A1A. Windows color (decimal): -16708685 or 11733761. OLE color: 11733761.

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

Color convert

RGB 1 11 179 -
CMYK 0.99 0.94 0 0.30
HSL 236.63º 0.99% 0.35% -
HSV(B) 236.63º 0.99% 0.7% -
XYZ 8.27 3.5 42.89 -
YUV 27.16 213.69 109.34 -
System Red Green Blue C M Y K H S L
Decimal 1 11 179 0.99 0.94 0 0.30 236.63 0.99 0.35
Hex 1 B B3 63 5E 0 1E ED 63 23
Octal 1 13 263 143 136 0 36 355 143 43
Binary 1 1011 10110011 1100011 1011110 0 11110 11101101 1100011 100011

Color Harmonies of #010BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BB3

Black with #010BB3

Text Example


Text Example

White with #010BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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