Html Css Color HEX #01388B Smalt

📋 copy color: '#01388B'

red 1 ◦ green 56 ◦ blue 139

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

Shades of Smalt #01388B

Tints of Smalt #01388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 0.51%
G = 28.57%
B = 70.92%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01388B (or 0x01388B) is known color: Smalt. HEX triplet: 01, 38 and 8B. RGB value is (1,56,139). Sum of RGB (Red+Green+Blue) = 1+56+139=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #01388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01388B is #FEC774. Grayscale: #303030. Windows color (decimal): -16697205 or 9123841. OLE color: 9123841.

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

Color convert

RGB 1 56 139 -
CMYK 0.99 0.60 0 0.45
HSL 216.09º 0.99% 0.27% -
HSV(B) 216.09º 0.99% 0.55% -
XYZ 6.09 4.7 25.01 -
YUV 49.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 1 56 139 0.99 0.60 0 0.45 216.09 0.99 0.27
Hex 1 38 8B 63 3C 0 2D D8 63 1B
Octal 1 70 213 143 74 0 55 330 143 33
Binary 1 111000 10001011 1100011 111100 0 101101 11011000 1100011 11011

Color Harmonies of #01388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01388B

Black with #01388B

Text Example


Text Example

White with #01388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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