Html Css Color HEX #003B9F Smalt

📋 copy color: '#003B9F'

red 0 ◦ green 59 ◦ blue 159

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

Shades of Smalt #003B9F

Tints of Smalt #003B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.94%

R = 0%
G = 27.06%
B = 72.94%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003B9F (or 0x003B9F) is known color: Smalt. HEX triplet: 00, 3B and 9F. RGB value is (0,59,159). Sum of RGB (Red+Green+Blue) = 0+59+159=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #003B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B9F is #FFC460. Grayscale: #343434. Windows color (decimal): -16761953 or 10435328. OLE color: 10435328.

HSL color Cylindrical-coordinate representation of color #003B9F: hue angle of 217.74º 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 #003B9F is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 59 159 -
CMYK 1 0.63 0 0.38
HSL 217.74º 1% 0.31% -
HSV(B) 217.74º 1% 0.62% -
XYZ 7.82 5.63 33.48 -
YUV 52.76 187.95 90.37 -
System Red Green Blue C M Y K H S L
Decimal 0 59 159 1 0.63 0 0.38 217.74 1 0.31
Hex 0 3B 9F 64 3F 0 26 DA 64 1F
Octal 0 73 237 144 77 0 46 332 144 37
Binary 0 111011 10011111 1100100 111111 0 100110 11011010 1100100 11111

Color Harmonies of #003B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B9F

Black with #003B9F

Text Example


Text Example

White with #003B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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