Html Css Color HEX #00109C New Midnight Blue

📋 copy color: '#00109C'

red 0 ◦ green 16 ◦ blue 156

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

Shades of New Midnight Blue #00109C

Tints of New Midnight Blue #00109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 90.7%

R = 0%
G = 9.3%
B = 90.7%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00109C (or 0x00109C) is known color: New Midnight Blue. HEX triplet: 00, 10 and 9C. RGB value is (0,16,156). Sum of RGB (Red+Green+Blue) = 0+16+156=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #00109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00109C is #FFEF63. Grayscale: #1A1A1A. Windows color (decimal): -16772964 or 10227712. OLE color: 10227712.

HSL color Cylindrical-coordinate representation of color #00109C: hue angle of 233.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00109C is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 16 156 -
CMYK 1 0.90 0 0.39
HSL 233.85º 1% 0.31% -
HSV(B) 233.85º 1% 0.61% -
XYZ 6.19 2.77 31.66 -
YUV 27.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 0 16 156 1 0.90 0 0.39 233.85 1 0.31
Hex 0 10 9C 64 5A 0 27 EA 64 1F
Octal 0 20 234 144 132 0 47 352 144 37
Binary 0 10000 10011100 1100100 1011010 0 100111 11101010 1100100 11111

Color Harmonies of #00109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00109C

Black with #00109C

Text Example


Text Example

White with #00109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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