Html Css Color HEX #00309D Smalt

📋 copy color: '#00309D'

red 0 ◦ green 48 ◦ blue 157

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

Shades of Smalt #00309D

Tints of Smalt #00309D

RGB

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

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

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

R = 0%
G = 23.41%
B = 76.59%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00309D (or 0x00309D) is known color: Smalt. HEX triplet: 00, 30 and 9D. RGB value is (0,48,157). Sum of RGB (Red+Green+Blue) = 0+48+157=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #00309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00309D is #FFCF62. Grayscale: #2D2D2D. Windows color (decimal): -16764771 or 10301440. OLE color: 10301440.

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

Color convert

RGB 0 48 157 -
CMYK 1 0.69 0 0.38
HSL 221.66º 1% 0.31% -
HSV(B) 221.66º 1% 0.62% -
XYZ 7.14 4.55 32.4 -
YUV 46.07 190.6 95.14 -
System Red Green Blue C M Y K H S L
Decimal 0 48 157 1 0.69 0 0.38 221.66 1 0.31
Hex 0 30 9D 64 45 0 26 DE 64 1F
Octal 0 60 235 144 105 0 46 336 144 37
Binary 0 110000 10011101 1100100 1000101 0 100110 11011110 1100100 11111

Color Harmonies of #00309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00309D

Black with #00309D

Text Example


Text Example

White with #00309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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