Html Css Color HEX #04268B Smalt

📋 copy color: '#04268B'

red 4 ◦ green 38 ◦ blue 139

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

Shades of Smalt #04268B

Tints of Smalt #04268B

RGB

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

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

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

R = 2.21%
G = 20.99%
B = 76.8%

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

#04268B (or 0x04268B) is known color: Smalt. HEX triplet: 04, 26 and 8B. RGB value is (4,38,139). Sum of RGB (Red+Green+Blue) = 4+38+139=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #04268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268B is #FBD974. Grayscale: #262626. Windows color (decimal): -16505205 or 9119236. OLE color: 9119236.

HSL color Cylindrical-coordinate representation of color #04268B: hue angle of 224.89º 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 #04268B is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 38 139 -
CMYK 0.97 0.73 0 0.45
HSL 224.89º 0.94% 0.28% -
HSV(B) 224.89º 0.97% 0.55% -
XYZ 5.4 3.28 24.77 -
YUV 39.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 4 38 139 0.97 0.73 0 0.45 224.89 0.94 0.28
Hex 4 26 8B 61 49 0 2D E1 5E 1C
Octal 4 46 213 141 111 0 55 341 136 34
Binary 100 100110 10001011 1100001 1001001 0 101101 11100001 1011110 11100

Color Harmonies of #04268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04268B

Black with #04268B

Text Example


Text Example

White with #04268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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