Html Css Color HEX #0237A0 Smalt

📋 copy color: '#0237A0'

red 2 ◦ green 55 ◦ blue 160

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

Shades of Smalt #0237A0

Tints of Smalt #0237A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 160 (62.89% from 255) = 73.73%

R = 0.92%
G = 25.35%
B = 73.73%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0237A0 (or 0x0237A0) is known color: Smalt. HEX triplet: 02, 37 and A0. RGB value is (2,55,160). Sum of RGB (Red+Green+Blue) = 2+55+160=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 160 (62.89% from 255 or 73.73% from 217); Max value from RGB is 160 - color contains mainly: blue. Hex color #0237A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0237A0 is #FDC85F. Grayscale: #323232. Windows color (decimal): -16631904 or 10499842. OLE color: 10499842.

HSL color Cylindrical-coordinate representation of color #0237A0: hue angle of 219.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237A0 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 55 160 -
CMYK 0.99 0.66 0 0.37
HSL 219.87º 0.98% 0.32% -
HSV(B) 219.87º 0.99% 0.63% -
XYZ 7.74 5.28 33.87 -
YUV 51.12 189.44 92.96 -
System Red Green Blue C M Y K H S L
Decimal 2 55 160 0.99 0.66 0 0.37 219.87 0.98 0.32
Hex 2 37 A0 63 42 0 25 DC 62 20
Octal 2 67 240 143 102 0 45 334 142 40
Binary 10 110111 10100000 1100011 1000010 0 100101 11011100 1100010 100000

Color Harmonies of #0237A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237A0

Black with #0237A0

Text Example


Text Example

White with #0237A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0237A0; }

 p { color: rgb(2,55,160); }

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

background-color css

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

 a { background-color: rgb(2,55,160); }

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

border-color css

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

 span { border-color: rgb(2,55,160); }

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