Html Css Color HEX #02368D Smalt

📋 copy color: '#02368D'

red 2 ◦ green 54 ◦ blue 141

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

Shades of Smalt #02368D

Tints of Smalt #02368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

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

R = 1.02%
G = 27.41%
B = 71.57%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02368D (or 0x02368D) is known color: Smalt. HEX triplet: 02, 36 and 8D. RGB value is (2,54,141). Sum of RGB (Red+Green+Blue) = 2+54+141=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #02368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02368D is #FDC972. Grayscale: #2F2F2F. Windows color (decimal): -16632179 or 9254402. OLE color: 9254402.

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

Color convert

RGB 2 54 141 -
CMYK 0.99 0.62 0 0.45
HSL 217.55º 0.97% 0.28% -
HSV(B) 217.55º 0.99% 0.55% -
XYZ 6.15 4.57 25.76 -
YUV 48.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 2 54 141 0.99 0.62 0 0.45 217.55 0.97 0.28
Hex 2 36 8D 63 3E 0 2D DA 61 1C
Octal 2 66 215 143 76 0 55 332 141 34
Binary 10 110110 10001101 1100011 111110 0 101101 11011010 1100001 11100

Color Harmonies of #02368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02368D

Black with #02368D

Text Example


Text Example

White with #02368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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