Html Css Color HEX #003085 Smalt

📋 copy color: '#003085'

red 0 ◦ green 48 ◦ blue 133

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

Shades of Smalt #003085

Tints of Smalt #003085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 73.48%

R = 0%
G = 26.52%
B = 73.48%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003085 (or 0x003085) is known color: Smalt. HEX triplet: 00, 30 and 85. RGB value is (0,48,133). Sum of RGB (Red+Green+Blue) = 0+48+133=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #003085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003085 is #FFCF7A. Grayscale: #2A2A2A. Windows color (decimal): -16764795 or 8728576. OLE color: 8728576.

HSL color Cylindrical-coordinate representation of color #003085: hue angle of 218.35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003085 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 48 133 -
CMYK 1 0.64 0 0.48
HSL 218.35º 1% 0.26% -
HSV(B) 218.35º 1% 0.52% -
XYZ 5.29 3.81 22.65 -
YUV 43.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 0 48 133 1 0.64 0 0.48 218.35 1 0.26
Hex 0 30 85 64 40 0 30 DA 64 1A
Octal 0 60 205 144 100 0 60 332 144 32
Binary 0 110000 10000101 1100100 1000000 0 110000 11011010 1100100 11010

Color Harmonies of #003085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003085

Black with #003085

Text Example


Text Example

White with #003085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003085; }

 p { color: rgb(0,48,133); }

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

background-color css

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

 a { background-color: rgb(0,48,133); }

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

border-color css

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

 span { border-color: rgb(0,48,133); }

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