Html Css Color HEX #05278B Smalt

📋 copy color: '#05278B'

red 5 ◦ green 39 ◦ blue 139

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

Shades of Smalt #05278B

Tints of Smalt #05278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 2.73%
G = 21.31%
B = 75.96%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05278B (or 0x05278B) is known color: Smalt. HEX triplet: 05, 27 and 8B. RGB value is (5,39,139). Sum of RGB (Red+Green+Blue) = 5+39+139=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #05278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05278B is #FAD874. Grayscale: #272727. Windows color (decimal): -16439413 or 9119493. OLE color: 9119493.

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

Color convert

RGB 5 39 139 -
CMYK 0.96 0.72 0 0.45
HSL 224.78º 0.93% 0.28% -
HSV(B) 224.78º 0.96% 0.55% -
XYZ 5.45 3.35 24.79 -
YUV 40.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 5 39 139 0.96 0.72 0 0.45 224.78 0.93 0.28
Hex 5 27 8B 60 48 0 2D E1 5D 1C
Octal 5 47 213 140 110 0 55 341 135 34
Binary 101 100111 10001011 1100000 1001000 0 101101 11100001 1011101 11100

Color Harmonies of #05278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05278B

Black with #05278B

Text Example


Text Example

White with #05278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,39,139); }

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

background-color css

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

 a { background-color: rgb(5,39,139); }

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

border-color css

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

 span { border-color: rgb(5,39,139); }

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