Html Css Color HEX #002287 Smalt

📋 copy color: '#002287'

red 0 ◦ green 34 ◦ blue 135

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

Shades of Smalt #002287

Tints of Smalt #002287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 79.88%

R = 0%
G = 20.12%
B = 79.88%

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

#002287 (or 0x002287) is known color: Smalt. HEX triplet: 00, 22 and 87. RGB value is (0,34,135). Sum of RGB (Red+Green+Blue) = 0+34+135=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 135 (53.12% from 255 or 79.88% from 169); Max value from RGB is 135 - color contains mainly: blue. Hex color #002287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002287 is #FFDD78. Grayscale: #222222. Windows color (decimal): -16768377 or 8856064. OLE color: 8856064.

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

Color convert

RGB 0 34 135 -
CMYK 1 0.75 0 0.47
HSL 224.89º 1% 0.26% -
HSV(B) 224.89º 1% 0.53% -
XYZ 4.95 2.89 23.22 -
YUV 35.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 0 34 135 1 0.75 0 0.47 224.89 1 0.26
Hex 0 22 87 64 4B 0 2F E1 64 1A
Octal 0 42 207 144 113 0 57 341 144 32
Binary 0 100010 10000111 1100100 1001011 0 101111 11100001 1100100 11010

Color Harmonies of #002287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002287

Black with #002287

Text Example


Text Example

White with #002287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002287; }

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

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

background-color css

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

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

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

border-color css

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

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

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