Html Css Color HEX #00308A Smalt

📋 copy color: '#00308A'

red 0 ◦ green 48 ◦ blue 138

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

Shades of Smalt #00308A

Tints of Smalt #00308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 74.19%

R = 0%
G = 25.81%
B = 74.19%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00308A (or 0x00308A) is known color: Smalt. HEX triplet: 00, 30 and 8A. RGB value is (0,48,138). Sum of RGB (Red+Green+Blue) = 0+48+138=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #00308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00308A is #FFCF75. Grayscale: #2B2B2B. Windows color (decimal): -16764790 or 9056256. OLE color: 9056256.

HSL color Cylindrical-coordinate representation of color #00308A: hue angle of 219.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00308A is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 48 138 -
CMYK 1 0.65 0 0.46
HSL 219.13º 1% 0.27% -
HSV(B) 219.13º 1% 0.54% -
XYZ 5.64 3.95 24.51 -
YUV 43.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 0 48 138 1 0.65 0 0.46 219.13 1 0.27
Hex 0 30 8A 64 41 0 2E DB 64 1B
Octal 0 60 212 144 101 0 56 333 144 33
Binary 0 110000 10001010 1100100 1000001 0 101110 11011011 1100100 11011

Color Harmonies of #00308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00308A

Black with #00308A

Text Example


Text Example

White with #00308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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