Html Css Color HEX #06388B Smalt

📋 copy color: '#06388B'

red 6 ◦ green 56 ◦ blue 139

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

Shades of Smalt #06388B

Tints of Smalt #06388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 2.99%
G = 27.86%
B = 69.15%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06388B (or 0x06388B) is known color: Smalt. HEX triplet: 06, 38 and 8B. RGB value is (6,56,139). Sum of RGB (Red+Green+Blue) = 6+56+139=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #06388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06388B is #F9C774. Grayscale: #323232. Windows color (decimal): -16369525 or 9123846. OLE color: 9123846.

HSL color Cylindrical-coordinate representation of color #06388B: hue angle of 217.44º 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 #06388B is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 56 139 -
CMYK 0.96 0.60 0 0.45
HSL 217.44º 0.92% 0.28% -
HSV(B) 217.44º 0.96% 0.55% -
XYZ 6.15 4.73 25.02 -
YUV 50.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 6 56 139 0.96 0.60 0 0.45 217.44 0.92 0.28
Hex 6 38 8B 60 3C 0 2D D9 5C 1C
Octal 6 70 213 140 74 0 55 331 134 34
Binary 110 111000 10001011 1100000 111100 0 101101 11011001 1011100 11100

Color Harmonies of #06388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06388B

Black with #06388B

Text Example


Text Example

White with #06388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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