Html Css Color HEX #01238C Smalt

📋 copy color: '#01238C'

red 1 ◦ green 35 ◦ blue 140

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

Shades of Smalt #01238C

Tints of Smalt #01238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 79.55%

R = 0.57%
G = 19.89%
B = 79.55%

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

#01238C (or 0x01238C) is known color: Smalt. HEX triplet: 01, 23 and 8C. RGB value is (1,35,140). Sum of RGB (Red+Green+Blue) = 1+35+140=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #01238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01238C is #FEDC73. Grayscale: #242424. Windows color (decimal): -16702580 or 9184001. OLE color: 9184001.

HSL color Cylindrical-coordinate representation of color #01238C: hue angle of 225.32º degrees, saturation: 0.99, 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 #01238C is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 35 140 -
CMYK 0.99 0.75 0 0.45
HSL 225.32º 0.99% 0.28% -
HSV(B) 225.32º 0.99% 0.55% -
XYZ 5.35 3.1 25.13 -
YUV 36.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 1 35 140 0.99 0.75 0 0.45 225.32 0.99 0.28
Hex 1 23 8C 63 4B 0 2D E1 63 1C
Octal 1 43 214 143 113 0 55 341 143 34
Binary 1 100011 10001100 1100011 1001011 0 101101 11100001 1100011 11100

Color Harmonies of #01238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01238C

Black with #01238C

Text Example


Text Example

White with #01238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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