Html Css Color HEX #06358A Smalt

📋 copy color: '#06358A'

red 6 ◦ green 53 ◦ blue 138

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

Shades of Smalt #06358A

Tints of Smalt #06358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 138 (54.3% from 255) = 70.05%

R = 3.05%
G = 26.9%
B = 70.05%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06358A (or 0x06358A) is known color: Smalt. HEX triplet: 06, 35 and 8A. RGB value is (6,53,138). Sum of RGB (Red+Green+Blue) = 6+53+138=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #06358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06358A is #F9CA75. Grayscale: #303030. Windows color (decimal): -16370294 or 9057542. OLE color: 9057542.

HSL color Cylindrical-coordinate representation of color #06358A: hue angle of 218.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06358A is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 53 138 -
CMYK 0.96 0.62 0 0.46
HSL 218.64º 0.92% 0.28% -
HSV(B) 218.64º 0.96% 0.54% -
XYZ 5.94 4.42 24.59 -
YUV 48.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 6 53 138 0.96 0.62 0 0.46 218.64 0.92 0.28
Hex 6 35 8A 60 3E 0 2E DB 5C 1C
Octal 6 65 212 140 76 0 56 333 134 34
Binary 110 110101 10001010 1100000 111110 0 101110 11011011 1011100 11100

Color Harmonies of #06358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06358A

Black with #06358A

Text Example


Text Example

White with #06358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06358A; }

 p { color: rgb(6,53,138); }

 H1.HeaderClassName
 {
   color: #06358A;
 }
 .AnyTagClassName
 {
   color: #06358A;
 }
</style>

background-color css

<style>
 a { background-color: #06358A; }

 a { background-color: rgb(6,53,138); }

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

border-color css

<style>
 span { border-color: #06358A; }

 span { border-color: rgb(6,53,138); }

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