Html Css Color HEX #063088 Smalt

📋 copy color: '#063088'

red 6 ◦ green 48 ◦ blue 136

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

Shades of Smalt #063088

Tints of Smalt #063088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 3.16%
G = 25.26%
B = 71.58%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063088 (or 0x063088) is known color: Smalt. HEX triplet: 06, 30 and 88. RGB value is (6,48,136). Sum of RGB (Red+Green+Blue) = 6+48+136=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #063088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063088 is #F9CF77. Grayscale: #2D2D2D. Windows color (decimal): -16371576 or 8925190. OLE color: 8925190.

HSL color Cylindrical-coordinate representation of color #063088: hue angle of 220.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063088 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 48 136 -
CMYK 0.96 0.65 0 0.47
HSL 220.62º 0.92% 0.28% -
HSV(B) 220.62º 0.96% 0.53% -
XYZ 5.58 3.93 23.76 -
YUV 45.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 6 48 136 0.96 0.65 0 0.47 220.62 0.92 0.28
Hex 6 30 88 60 41 0 2F DD 5C 1C
Octal 6 60 210 140 101 0 57 335 134 34
Binary 110 110000 10001000 1100000 1000001 0 101111 11011101 1011100 11100

Color Harmonies of #063088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063088

Black with #063088

Text Example


Text Example

White with #063088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063088; }

 p { color: rgb(6,48,136); }

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

background-color css

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

 a { background-color: rgb(6,48,136); }

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

border-color css

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

 span { border-color: rgb(6,48,136); }

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