Html Css Color HEX #00248B Smalt

📋 copy color: '#00248B'

red 0 ◦ green 36 ◦ blue 139

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

Shades of Smalt #00248B

Tints of Smalt #00248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 139 (54.69% from 255) = 79.43%

R = 0%
G = 20.57%
B = 79.43%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00248B (or 0x00248B) is known color: Smalt. HEX triplet: 00, 24 and 8B. RGB value is (0,36,139). Sum of RGB (Red+Green+Blue) = 0+36+139=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #00248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00248B is #FFDB74. Grayscale: #242424. Windows color (decimal): -16767861 or 9118720. OLE color: 9118720.

HSL color Cylindrical-coordinate representation of color #00248B: hue angle of 224.46º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00248B is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 36 139 -
CMYK 1 0.74 0 0.45
HSL 224.46º 1% 0.27% -
HSV(B) 224.46º 1% 0.55% -
XYZ 5.29 3.13 24.75 -
YUV 36.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 0 36 139 1 0.74 0 0.45 224.46 1 0.27
Hex 0 24 8B 64 4A 0 2D E0 64 1B
Octal 0 44 213 144 112 0 55 340 144 33
Binary 0 100100 10001011 1100100 1001010 0 101101 11100000 1100100 11011

Color Harmonies of #00248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00248B

Black with #00248B

Text Example


Text Example

White with #00248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00248B; }

 p { color: rgb(0,36,139); }

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

background-color css

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

 a { background-color: rgb(0,36,139); }

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

border-color css

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

 span { border-color: rgb(0,36,139); }

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