Html Css Color HEX #05259D International Klein Blue

📋 copy color: '#05259D'

red 5 ◦ green 37 ◦ blue 157

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

Shades of International Klein Blue #05259D

Tints of International Klein Blue #05259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 78.89%

R = 2.51%
G = 18.59%
B = 78.89%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05259D (or 0x05259D) is known color: International Klein Blue. HEX triplet: 05, 25 and 9D. RGB value is (5,37,157). Sum of RGB (Red+Green+Blue) = 5+37+157=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #05259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05259D is #FADA62. Grayscale: #282828. Windows color (decimal): -16439907 or 10298629. OLE color: 10298629.

HSL color Cylindrical-coordinate representation of color #05259D: hue angle of 227.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05259D is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 37 157 -
CMYK 0.97 0.76 0 0.38
HSL 227.37º 0.94% 0.32% -
HSV(B) 227.37º 0.97% 0.62% -
XYZ 6.81 3.79 32.27 -
YUV 41.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 5 37 157 0.97 0.76 0 0.38 227.37 0.94 0.32
Hex 5 25 9D 61 4C 0 26 E3 5E 20
Octal 5 45 235 141 114 0 46 343 136 40
Binary 101 100101 10011101 1100001 1001100 0 100110 11100011 1011110 100000

Color Harmonies of #05259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05259D

Black with #05259D

Text Example


Text Example

White with #05259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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