Html Css Color HEX #01238B Smalt

📋 copy color: '#01238B'

red 1 ◦ green 35 ◦ blue 139

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

Shades of Smalt #01238B

Tints of Smalt #01238B

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

 GREEN value IS 35 (14.06% from 255) = 20%

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

R = 0.57%
G = 20%
B = 79.43%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01238B (or 0x01238B) is known color: Smalt. HEX triplet: 01, 23 and 8B. RGB value is (1,35,139). Sum of RGB (Red+Green+Blue) = 1+35+139=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #01238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01238B is #FEDC74. Grayscale: #242424. Windows color (decimal): -16702581 or 9118465. OLE color: 9118465.

HSL color Cylindrical-coordinate representation of color #01238B: hue angle of 225.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01238B is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 35 139 -
CMYK 0.99 0.75 0 0.45
HSL 225.22º 0.99% 0.27% -
HSV(B) 225.22º 0.99% 0.55% -
XYZ 5.27 3.07 24.74 -
YUV 36.69 185.74 102.54 -
System Red Green Blue C M Y K H S L
Decimal 1 35 139 0.99 0.75 0 0.45 225.22 0.99 0.27
Hex 1 23 8B 63 4B 0 2D E1 63 1B
Octal 1 43 213 143 113 0 55 341 143 33
Binary 1 100011 10001011 1100011 1001011 0 101101 11100001 1100011 11011

Color Harmonies of #01238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01238B

Black with #01238B

Text Example


Text Example

White with #01238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,35,139); }

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

background-color css

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

 a { background-color: rgb(1,35,139); }

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

border-color css

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

 span { border-color: rgb(1,35,139); }

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