Html Css Color HEX #02268D Smalt

📋 copy color: '#02268D'

red 2 ◦ green 38 ◦ blue 141

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

Shades of Smalt #02268D

Tints of Smalt #02268D

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

 GREEN value IS 38 (15.23% from 255) = 20.99%

 BLUE value IS 141 (55.47% from 255) = 77.9%

R = 1.1%
G = 20.99%
B = 77.9%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02268D (or 0x02268D) is known color: Smalt. HEX triplet: 02, 26 and 8D. RGB value is (2,38,141). Sum of RGB (Red+Green+Blue) = 2+38+141=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #02268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02268D is #FDD972. Grayscale: #262626. Windows color (decimal): -16636275 or 9250306. OLE color: 9250306.

HSL color Cylindrical-coordinate representation of color #02268D: hue angle of 224.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02268D is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 38 141 -
CMYK 0.99 0.73 0 0.45
HSL 224.46º 0.97% 0.28% -
HSV(B) 224.46º 0.99% 0.55% -
XYZ 5.53 3.32 25.55 -
YUV 38.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 2 38 141 0.99 0.73 0 0.45 224.46 0.97 0.28
Hex 2 26 8D 63 49 0 2D E0 61 1C
Octal 2 46 215 143 111 0 55 340 141 34
Binary 10 100110 10001101 1100011 1001001 0 101101 11100000 1100001 11100

Color Harmonies of #02268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02268D

Black with #02268D

Text Example


Text Example

White with #02268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02268D; }

 p { color: rgb(2,38,141); }

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

background-color css

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

 a { background-color: rgb(2,38,141); }

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

border-color css

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

 span { border-color: rgb(2,38,141); }

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