Html Css Color HEX #05279B International Klein Blue

📋 copy color: '#05279B'

red 5 ◦ green 39 ◦ blue 155

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

Shades of International Klein Blue #05279B

Tints of International Klein Blue #05279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 2.51%
G = 19.6%
B = 77.89%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05279B (or 0x05279B) is known color: International Klein Blue. HEX triplet: 05, 27 and 9B. RGB value is (5,39,155). Sum of RGB (Red+Green+Blue) = 5+39+155=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #05279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05279B is #FAD864. Grayscale: #292929. Windows color (decimal): -16439397 or 10168069. OLE color: 10168069.

HSL color Cylindrical-coordinate representation of color #05279B: hue angle of 226.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05279B is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 39 155 -
CMYK 0.97 0.75 0 0.39
HSL 226.4º 0.94% 0.31% -
HSV(B) 226.4º 0.97% 0.61% -
XYZ 6.7 3.85 31.4 -
YUV 42.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 5 39 155 0.97 0.75 0 0.39 226.4 0.94 0.31
Hex 5 27 9B 61 4B 0 27 E2 5E 1F
Octal 5 47 233 141 113 0 47 342 136 37
Binary 101 100111 10011011 1100001 1001011 0 100111 11100010 1011110 11111

Color Harmonies of #05279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05279B

Black with #05279B

Text Example


Text Example

White with #05279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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