Html Css Color HEX #04268C Smalt

📋 copy color: '#04268C'

red 4 ◦ green 38 ◦ blue 140

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

Shades of Smalt #04268C

Tints of Smalt #04268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.92%

R = 2.2%
G = 20.88%
B = 76.92%

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

#04268C (or 0x04268C) is known color: Smalt. HEX triplet: 04, 26 and 8C. RGB value is (4,38,140). Sum of RGB (Red+Green+Blue) = 4+38+140=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #04268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268C is #FBD973. Grayscale: #272727. Windows color (decimal): -16505204 or 9184772. OLE color: 9184772.

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

Color convert

RGB 4 38 140 -
CMYK 0.97 0.73 0 0.45
HSL 225º 0.94% 0.28% -
HSV(B) 225º 0.97% 0.55% -
XYZ 5.48 3.31 25.16 -
YUV 39.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 4 38 140 0.97 0.73 0 0.45 225 0.94 0.28
Hex 4 26 8C 61 49 0 2D E1 5E 1C
Octal 4 46 214 141 111 0 55 341 136 34
Binary 100 100110 10001100 1100001 1001001 0 101101 11100001 1011110 11100

Color Harmonies of #04268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04268C

Black with #04268C

Text Example


Text Example

White with #04268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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