Html Css Color HEX #05268A Smalt

📋 copy color: '#05268A'

red 5 ◦ green 38 ◦ blue 138

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

Shades of Smalt #05268A

Tints of Smalt #05268A

RGB

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

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

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

R = 2.76%
G = 20.99%
B = 76.24%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05268A (or 0x05268A) is known color: Smalt. HEX triplet: 05, 26 and 8A. RGB value is (5,38,138). Sum of RGB (Red+Green+Blue) = 5+38+138=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #05268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05268A is #FAD975. Grayscale: #272727. Windows color (decimal): -16439670 or 9053701. OLE color: 9053701.

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

Color convert

RGB 5 38 138 -
CMYK 0.96 0.72 0 0.46
HSL 225.11º 0.93% 0.28% -
HSV(B) 225.11º 0.96% 0.54% -
XYZ 5.34 3.25 24.39 -
YUV 39.53 183.57 103.37 -
System Red Green Blue C M Y K H S L
Decimal 5 38 138 0.96 0.72 0 0.46 225.11 0.93 0.28
Hex 5 26 8A 60 48 0 2E E1 5D 1C
Octal 5 46 212 140 110 0 56 341 135 34
Binary 101 100110 10001010 1100000 1001000 0 101110 11100001 1011101 11100

Color Harmonies of #05268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05268A

Black with #05268A

Text Example


Text Example

White with #05268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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