Html Css Color HEX #00168B Dark Blue

📋 copy color: '#00168B'

red 0 ◦ green 22 ◦ blue 139

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

Shades of Dark Blue #00168B

Tints of Dark Blue #00168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 139 (54.69% from 255) = 86.34%

R = 0%
G = 13.66%
B = 86.34%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00168B (or 0x00168B) is known color: Dark Blue. HEX triplet: 00, 16 and 8B. RGB value is (0,22,139). Sum of RGB (Red+Green+Blue) = 0+22+139=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #00168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00168B is #FFE974. Grayscale: #1C1C1C. Windows color (decimal): -16771445 or 9115136. OLE color: 9115136.

HSL color Cylindrical-coordinate representation of color #00168B: hue angle of 230.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00168B is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 22 139 -
CMYK 1 0.84 0 0.45
HSL 230.5º 1% 0.27% -
HSV(B) 230.5º 1% 0.55% -
XYZ 4.95 2.44 24.64 -
YUV 28.76 190.21 107.49 -
System Red Green Blue C M Y K H S L
Decimal 0 22 139 1 0.84 0 0.45 230.5 1 0.27
Hex 0 16 8B 64 54 0 2D E7 64 1B
Octal 0 26 213 144 124 0 55 347 144 33
Binary 0 10110 10001011 1100100 1010100 0 101101 11100111 1100100 11011

Color Harmonies of #00168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00168B

Black with #00168B

Text Example


Text Example

White with #00168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00168B; }

 p { color: rgb(0,22,139); }

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

background-color css

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

 a { background-color: rgb(0,22,139); }

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

border-color css

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

 span { border-color: rgb(0,22,139); }

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