Html Css Color HEX #0108B4 New Midnight Blue

📋 copy color: '#0108B4'

red 1 ◦ green 8 ◦ blue 180

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

Shades of New Midnight Blue #0108B4

Tints of New Midnight Blue #0108B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

 BLUE value IS 180 (70.7% from 255) = 95.24%

R = 0.53%
G = 4.23%
B = 95.24%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0108B4 (or 0x0108B4) is known color: New Midnight Blue. HEX triplet: 01, 08 and B4. RGB value is (1,8,180). Sum of RGB (Red+Green+Blue) = 1+8+180=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 180 (70.70% from 255 or 95.24% from 189); Max value from RGB is 180 - color contains mainly: blue. Hex color #0108B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108B4 is #FEF74B. Grayscale: #181818. Windows color (decimal): -16709452 or 11798529. OLE color: 11798529.

HSL color Cylindrical-coordinate representation of color #0108B4: hue angle of 237.65º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0108B4 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 8 180 -
CMYK 0.99 0.96 0 0.29
HSL 237.65º 0.99% 0.35% -
HSV(B) 237.65º 0.99% 0.71% -
XYZ 8.34 3.48 43.41 -
YUV 25.52 215.18 110.51 -
System Red Green Blue C M Y K H S L
Decimal 1 8 180 0.99 0.96 0 0.29 237.65 0.99 0.35
Hex 1 8 B4 63 60 0 1D EE 63 23
Octal 1 10 264 143 140 0 35 356 143 43
Binary 1 1000 10110100 1100011 1100000 0 11101 11101110 1100011 100011

Color Harmonies of #0108B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0108B4

Black with #0108B4

Text Example


Text Example

White with #0108B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0108B4; }

 p { color: rgb(1,8,180); }

 H1.HeaderClassName
 {
   color: #0108B4;
 }
 .AnyTagClassName
 {
   color: #0108B4;
 }
</style>

background-color css

<style>
 a { background-color: #0108B4; }

 a { background-color: rgb(1,8,180); }

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

border-color css

<style>
 span { border-color: #0108B4; }

 span { border-color: rgb(1,8,180); }

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