Html Css Color HEX #05259B International Klein Blue

📋 copy color: '#05259B'

red 5 ◦ green 37 ◦ blue 155

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

Shades of International Klein Blue #05259B

Tints of International Klein Blue #05259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

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

R = 2.54%
G = 18.78%
B = 78.68%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05259B (or 0x05259B) is known color: International Klein Blue. HEX triplet: 05, 25 and 9B. RGB value is (5,37,155). Sum of RGB (Red+Green+Blue) = 5+37+155=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #05259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05259B is #FADA64. Grayscale: #282828. Windows color (decimal): -16439909 or 10167557. OLE color: 10167557.

HSL color Cylindrical-coordinate representation of color #05259B: hue angle of 227.2º 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 #05259B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 37 155 -
CMYK 0.97 0.76 0 0.39
HSL 227.2º 0.94% 0.31% -
HSV(B) 227.2º 0.97% 0.61% -
XYZ 6.64 3.72 31.38 -
YUV 40.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 5 37 155 0.97 0.76 0 0.39 227.2 0.94 0.31
Hex 5 25 9B 61 4C 0 27 E3 5E 1F
Octal 5 45 233 141 114 0 47 343 136 37
Binary 101 100101 10011011 1100001 1001100 0 100111 11100011 1011110 11111

Color Harmonies of #05259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05259B

Black with #05259B

Text Example


Text Example

White with #05259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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