Html Css Color HEX #06288B Smalt

📋 copy color: '#06288B'

red 6 ◦ green 40 ◦ blue 139

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

Shades of Smalt #06288B

Tints of Smalt #06288B

RGB

 RED value IS 6 (2.73% from 255) = 3.24%

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 3.24%
G = 21.62%
B = 75.14%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06288B (or 0x06288B) is known color: Smalt. HEX triplet: 06, 28 and 8B. RGB value is (6,40,139). Sum of RGB (Red+Green+Blue) = 6+40+139=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #06288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06288B is #F9D774. Grayscale: #282828. Windows color (decimal): -16373621 or 9119750. OLE color: 9119750.

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

Color convert

RGB 6 40 139 -
CMYK 0.96 0.71 0 0.45
HSL 224.66º 0.92% 0.28% -
HSV(B) 224.66º 0.96% 0.55% -
XYZ 5.49 3.42 24.8 -
YUV 41.12 183.24 102.95 -
System Red Green Blue C M Y K H S L
Decimal 6 40 139 0.96 0.71 0 0.45 224.66 0.92 0.28
Hex 6 28 8B 60 47 0 2D E1 5C 1C
Octal 6 50 213 140 107 0 55 341 134 34
Binary 110 101000 10001011 1100000 1000111 0 101101 11100001 1011100 11100

Color Harmonies of #06288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06288B

Black with #06288B

Text Example


Text Example

White with #06288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,40,139); }

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

background-color css

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

 a { background-color: rgb(6,40,139); }

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

border-color css

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

 span { border-color: rgb(6,40,139); }

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