Html Css Color HEX #002288 Smalt

📋 copy color: '#002288'

red 0 ◦ green 34 ◦ blue 136

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

Shades of Smalt #002288

Tints of Smalt #002288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002288 (or 0x002288) is known color: Smalt. HEX triplet: 00, 22 and 88. RGB value is (0,34,136). Sum of RGB (Red+Green+Blue) = 0+34+136=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #002288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002288 is #FFDD77. Grayscale: #232323. Windows color (decimal): -16768376 or 8921600. OLE color: 8921600.

HSL color Cylindrical-coordinate representation of color #002288: hue angle of 225º 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 #002288 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 34 136 -
CMYK 1 0.75 0 0.47
HSL 225º 1% 0.27% -
HSV(B) 225º 1% 0.53% -
XYZ 5.02 2.92 23.59 -
YUV 35.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 0 34 136 1 0.75 0 0.47 225 1 0.27
Hex 0 22 88 64 4B 0 2F E1 64 1B
Octal 0 42 210 144 113 0 57 341 144 33
Binary 0 100010 10001000 1100100 1001011 0 101111 11100001 1100100 11011

Color Harmonies of #002288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002288

Black with #002288

Text Example


Text Example

White with #002288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002288; }

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

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

background-color css

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

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

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

border-color css

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

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

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