Html Css Color HEX #04268D Smalt

📋 copy color: '#04268D'

red 4 ◦ green 38 ◦ blue 141

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

Shades of Smalt #04268D

Tints of Smalt #04268D

RGB

 RED value IS 4 (1.95% from 255) = 2.19%

 GREEN value IS 38 (15.23% from 255) = 20.77%

 BLUE value IS 141 (55.47% from 255) = 77.05%

R = 2.19%
G = 20.77%
B = 77.05%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04268D (or 0x04268D) is known color: Smalt. HEX triplet: 04, 26 and 8D. RGB value is (4,38,141). Sum of RGB (Red+Green+Blue) = 4+38+141=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #04268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268D is #FBD972. Grayscale: #272727. Windows color (decimal): -16505203 or 9250308. OLE color: 9250308.

HSL color Cylindrical-coordinate representation of color #04268D: hue angle of 225.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04268D is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 38 141 -
CMYK 0.97 0.73 0 0.45
HSL 225.11º 0.94% 0.28% -
HSV(B) 225.11º 0.97% 0.55% -
XYZ 5.55 3.34 25.55 -
YUV 39.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 4 38 141 0.97 0.73 0 0.45 225.11 0.94 0.28
Hex 4 26 8D 61 49 0 2D E1 5E 1C
Octal 4 46 215 141 111 0 55 341 136 34
Binary 100 100110 10001101 1100001 1001001 0 101101 11100001 1011110 11100

Color Harmonies of #04268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04268D

Black with #04268D

Text Example


Text Example

White with #04268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,38,141); }

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

background-color css

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

 a { background-color: rgb(4,38,141); }

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

border-color css

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

 span { border-color: rgb(4,38,141); }

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