Html Css Color HEX #05268F Smalt

📋 copy color: '#05268F'

red 5 ◦ green 38 ◦ blue 143

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

Shades of Smalt #05268F

Tints of Smalt #05268F

RGB

 RED value IS 5 (2.34% from 255) = 2.69%

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

 BLUE value IS 143 (56.25% from 255) = 76.88%

R = 2.69%
G = 20.43%
B = 76.88%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05268F (or 0x05268F) is known color: Smalt. HEX triplet: 05, 26 and 8F. RGB value is (5,38,143). Sum of RGB (Red+Green+Blue) = 5+38+143=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 143 (56.25% from 255 or 76.88% from 186); Max value from RGB is 143 - color contains mainly: blue. Hex color #05268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05268F is #FAD970. Grayscale: #272727. Windows color (decimal): -16439665 or 9381381. OLE color: 9381381.

HSL color Cylindrical-coordinate representation of color #05268F: hue angle of 225.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05268F is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 38 143 -
CMYK 0.97 0.73 0 0.44
HSL 225.65º 0.93% 0.29% -
HSV(B) 225.65º 0.97% 0.56% -
XYZ 5.71 3.4 26.34 -
YUV 40.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 5 38 143 0.97 0.73 0 0.44 225.65 0.93 0.29
Hex 5 26 8F 61 49 0 2C E2 5D 1D
Octal 5 46 217 141 111 0 54 342 135 35
Binary 101 100110 10001111 1100001 1001001 0 101100 11100010 1011101 11101

Color Harmonies of #05268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05268F

Black with #05268F

Text Example


Text Example

White with #05268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05268F; }

 p { color: rgb(5,38,143); }

 H1.HeaderClassName
 {
   color: #05268F;
 }
 .AnyTagClassName
 {
   color: #05268F;
 }
</style>

background-color css

<style>
 a { background-color: #05268F; }

 a { background-color: rgb(5,38,143); }

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

border-color css

<style>
 span { border-color: #05268F; }

 span { border-color: rgb(5,38,143); }

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