#06238C

Color #06238C Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #06238C

Tints of Smalt #06238C

Color information

#06238C (or 0x06238C) is unknown color: approx Smalt. HEX triplet: 06, 23 and 8C. RGB value is (6,35,140). Sum of RGB (Red+Green+Blue) = 6+35+140=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #06238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06238C is #F9DC73. Grayscale: #252525. Windows color (decimal): -16374900 or 9184006. OLE color: 9184006.

HSL color Cylindrical-coordinate representation of color #06238C: hue angle of 227.01º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06238C is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB635140-
CMYK0.960.7500.45
HSL227.01º91.78%28.63%-
HSV(B)227.01º95.71%54.9%-
XYZ5.413.1325.13-
YUV38.3185.39104.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 140 (55.08% from 255) = 77.35%
R=3.31%
G=19.34%
B=77.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6351400.960.7500.45227.0191.7828.63
Hex6238C604B02De35c1d
Octal64321414011305534313435
Binary1101000111000110011000001001011010110111100011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06238C;
 }
 .AnyTagClassName
 {
   color: #06238C;
 }
</style>
background-color css

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

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

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

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

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

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