Html Css Color HEX #04268A Smalt

📋 copy color: '#04268A'

red 4 ◦ green 38 ◦ blue 138

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

Shades of Smalt #04268A

Tints of Smalt #04268A

RGB

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

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

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

R = 2.22%
G = 21.11%
B = 76.67%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04268A (or 0x04268A) is known color: Smalt. HEX triplet: 04, 26 and 8A. RGB value is (4,38,138). Sum of RGB (Red+Green+Blue) = 4+38+138=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #04268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268A is #FBD975. Grayscale: #262626. Windows color (decimal): -16505206 or 9053700. OLE color: 9053700.

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

Color convert

RGB 4 38 138 -
CMYK 0.97 0.72 0 0.46
HSL 224.78º 0.94% 0.28% -
HSV(B) 224.78º 0.97% 0.54% -
XYZ 5.33 3.25 24.39 -
YUV 39.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 4 38 138 0.97 0.72 0 0.46 224.78 0.94 0.28
Hex 4 26 8A 61 48 0 2E E1 5E 1C
Octal 4 46 212 141 110 0 56 341 136 34
Binary 100 100110 10001010 1100001 1001000 0 101110 11100001 1011110 11100

Color Harmonies of #04268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04268A

Black with #04268A

Text Example


Text Example

White with #04268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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