Html Css Color HEX #001098 New Midnight Blue

📋 copy color: '#001098'

red 0 ◦ green 16 ◦ blue 152

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

Shades of New Midnight Blue #001098

Tints of New Midnight Blue #001098

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 152 (59.77% from 255) = 90.48%

R = 0%
G = 9.52%
B = 90.48%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001098 (or 0x001098) is known color: New Midnight Blue. HEX triplet: 00, 10 and 98. RGB value is (0,16,152). Sum of RGB (Red+Green+Blue) = 0+16+152=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 152 (59.77% from 255 or 90.48% from 168); Max value from RGB is 152 - color contains mainly: blue. Hex color #001098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001098 is #FFEF67. Grayscale: #1A1A1A. Windows color (decimal): -16772968 or 9965568. OLE color: 9965568.

HSL color Cylindrical-coordinate representation of color #001098: hue angle of 233.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001098 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 16 152 -
CMYK 1 0.89 0 0.40
HSL 233.68º 1% 0.3% -
HSV(B) 233.68º 1% 0.6% -
XYZ 5.85 2.64 29.91 -
YUV 26.72 198.7 108.94 -
System Red Green Blue C M Y K H S L
Decimal 0 16 152 1 0.89 0 0.40 233.68 1 0.3
Hex 0 10 98 64 59 0 28 EA 64 1E
Octal 0 20 230 144 131 0 50 352 144 36
Binary 0 10000 10011000 1100100 1011001 0 101000 11101010 1100100 11110

Color Harmonies of #001098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001098

Black with #001098

Text Example


Text Example

White with #001098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001098; }

 p { color: rgb(0,16,152); }

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

background-color css

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

 a { background-color: rgb(0,16,152); }

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

border-color css

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

 span { border-color: rgb(0,16,152); }

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