Html Css Color HEX #003B9D Smalt

📋 copy color: '#003B9D'

red 0 ◦ green 59 ◦ blue 157

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

Shades of Smalt #003B9D

Tints of Smalt #003B9D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 59 (23.44% from 255) = 27.31%

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 0%
G = 27.31%
B = 72.69%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003B9D (or 0x003B9D) is known color: Smalt. HEX triplet: 00, 3B and 9D. RGB value is (0,59,157). Sum of RGB (Red+Green+Blue) = 0+59+157=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #003B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B9D is #FFC462. Grayscale: #343434. Windows color (decimal): -16761955 or 10304256. OLE color: 10304256.

HSL color Cylindrical-coordinate representation of color #003B9D: hue angle of 217.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B9D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 59 157 -
CMYK 1 0.62 0 0.38
HSL 217.45º 1% 0.31% -
HSV(B) 217.45º 1% 0.62% -
XYZ 7.65 5.56 32.57 -
YUV 52.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 0 59 157 1 0.62 0 0.38 217.45 1 0.31
Hex 0 3B 9D 64 3E 0 26 D9 64 1F
Octal 0 73 235 144 76 0 46 331 144 37
Binary 0 111011 10011101 1100100 111110 0 100110 11011001 1100100 11111

Color Harmonies of #003B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B9D

Black with #003B9D

Text Example


Text Example

White with #003B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B9D; }

 p { color: rgb(0,59,157); }

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

background-color css

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

 a { background-color: rgb(0,59,157); }

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

border-color css

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

 span { border-color: rgb(0,59,157); }

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