Html Css Color HEX #06359B Smalt

📋 copy color: '#06359B'

red 6 ◦ green 53 ◦ blue 155

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

Shades of Smalt #06359B

Tints of Smalt #06359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 2.8%
G = 24.77%
B = 72.43%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06359B (or 0x06359B) is known color: Smalt. HEX triplet: 06, 35 and 9B. RGB value is (6,53,155). Sum of RGB (Red+Green+Blue) = 6+53+155=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #06359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06359B is #F9CA64. Grayscale: #323232. Windows color (decimal): -16370277 or 10171654. OLE color: 10171654.

HSL color Cylindrical-coordinate representation of color #06359B: hue angle of 221.07º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06359B is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 53 155 -
CMYK 0.96 0.66 0 0.39
HSL 221.07º 0.93% 0.32% -
HSV(B) 221.07º 0.96% 0.61% -
XYZ 7.26 4.95 31.58 -
YUV 50.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 6 53 155 0.96 0.66 0 0.39 221.07 0.93 0.32
Hex 6 35 9B 60 42 0 27 DD 5D 20
Octal 6 65 233 140 102 0 47 335 135 40
Binary 110 110101 10011011 1100000 1000010 0 100111 11011101 1011101 100000

Color Harmonies of #06359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06359B

Black with #06359B

Text Example


Text Example

White with #06359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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