Html Css Color HEX #02338B Smalt

📋 copy color: '#02338B'

red 2 ◦ green 51 ◦ blue 139

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

Shades of Smalt #02338B

Tints of Smalt #02338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 1.04%
G = 26.56%
B = 72.4%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02338B (or 0x02338B) is known color: Smalt. HEX triplet: 02, 33 and 8B. RGB value is (2,51,139). Sum of RGB (Red+Green+Blue) = 2+51+139=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #02338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02338B is #FDCC74. Grayscale: #2D2D2D. Windows color (decimal): -16632949 or 9122562. OLE color: 9122562.

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

Color convert

RGB 2 51 139 -
CMYK 0.99 0.63 0 0.45
HSL 218.54º 0.97% 0.28% -
HSV(B) 218.54º 0.99% 0.55% -
XYZ 5.87 4.24 24.94 -
YUV 46.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 2 51 139 0.99 0.63 0 0.45 218.54 0.97 0.28
Hex 2 33 8B 63 3F 0 2D DB 61 1C
Octal 2 63 213 143 77 0 55 333 141 34
Binary 10 110011 10001011 1100011 111111 0 101101 11011011 1100001 11100

Color Harmonies of #02338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02338B

Black with #02338B

Text Example


Text Example

White with #02338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,51,139); }

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

background-color css

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

 a { background-color: rgb(2,51,139); }

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

border-color css

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

 span { border-color: rgb(2,51,139); }

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