Html Css Color HEX #00018B Dark Blue

📋 copy color: '#00018B'

red 0 ◦ green 1 ◦ blue 139

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

Shades of Dark Blue #00018B

Tints of Dark Blue #00018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 0%
G = 0.71%
B = 99.29%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00018B (or 0x00018B) is known color: Dark Blue. HEX triplet: 00, 01 and 8B. RGB value is (0,1,139). Sum of RGB (Red+Green+Blue) = 0+1+139=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 139 (54.69% from 255 or 99.29% from 140); Max value from RGB is 139 - color contains mainly: blue. Hex color #00018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00018B is #FFFE74. Grayscale: #0F0F0F. Windows color (decimal): -16776821 or 9109760. OLE color: 9109760.

HSL color Cylindrical-coordinate representation of color #00018B: hue angle of 239.57º 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 #00018B is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 1 139 -
CMYK 1 0.99 0 0.45
HSL 239.57º 1% 0.27% -
HSV(B) 239.57º 1% 0.55% -
XYZ 4.67 1.89 24.54 -
YUV 16.43 197.17 116.28 -
System Red Green Blue C M Y K H S L
Decimal 0 1 139 1 0.99 0 0.45 239.57 1 0.27
Hex 0 1 8B 64 63 0 2D F0 64 1B
Octal 0 1 213 144 143 0 55 360 144 33
Binary 0 1 10001011 1100100 1100011 0 101101 11110000 1100100 11011

Color Harmonies of #00018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00018B

Black with #00018B

Text Example


Text Example

White with #00018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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