Html Css Color HEX #000288 Dark Blue

📋 copy color: '#000288'

red 0 ◦ green 2 ◦ blue 136

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

Shades of Dark Blue #000288

Tints of Dark Blue #000288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 136 (53.52% from 255) = 98.55%

R = 0%
G = 1.45%
B = 98.55%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#000288 (or 0x000288) is known color: Dark Blue. HEX triplet: 00, 02 and 88. RGB value is (0,2,136). Sum of RGB (Red+Green+Blue) = 0+2+136=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 136 (53.52% from 255 or 98.55% from 138); Max value from RGB is 136 - color contains mainly: blue. Hex color #000288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000288 is #FFFD77. Grayscale: #101010. Windows color (decimal): -16776568 or 8913408. OLE color: 8913408.

HSL color Cylindrical-coordinate representation of color #000288: hue angle of 239.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000288 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 2 136 -
CMYK 1 0.99 0 0.47
HSL 239.12º 1% 0.27% -
HSV(B) 239.12º 1% 0.53% -
XYZ 4.47 1.82 23.41 -
YUV 16.68 195.34 116.1 -
System Red Green Blue C M Y K H S L
Decimal 0 2 136 1 0.99 0 0.47 239.12 1 0.27
Hex 0 2 88 64 63 0 2F EF 64 1B
Octal 0 2 210 144 143 0 57 357 144 33
Binary 0 10 10001000 1100100 1100011 0 101111 11101111 1100100 11011

Color Harmonies of #000288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000288

Black with #000288

Text Example


Text Example

White with #000288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000288; }

 p { color: rgb(0,2,136); }

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

background-color css

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

 a { background-color: rgb(0,2,136); }

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

border-color css

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

 span { border-color: rgb(0,2,136); }

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