Html Css Color HEX #05259C International Klein Blue

📋 copy color: '#05259C'

red 5 ◦ green 37 ◦ blue 156

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

Shades of International Klein Blue #05259C

Tints of International Klein Blue #05259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 78.79%

R = 2.53%
G = 18.69%
B = 78.79%

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

#05259C (or 0x05259C) is known color: International Klein Blue. HEX triplet: 05, 25 and 9C. RGB value is (5,37,156). Sum of RGB (Red+Green+Blue) = 5+37+156=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #05259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05259C is #FADA63. Grayscale: #282828. Windows color (decimal): -16439908 or 10233093. OLE color: 10233093.

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

Color convert

RGB 5 37 156 -
CMYK 0.97 0.76 0 0.39
HSL 227.28º 0.94% 0.32% -
HSV(B) 227.28º 0.97% 0.61% -
XYZ 6.72 3.76 31.82 -
YUV 41 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 5 37 156 0.97 0.76 0 0.39 227.28 0.94 0.32
Hex 5 25 9C 61 4C 0 27 E3 5E 20
Octal 5 45 234 141 114 0 47 343 136 40
Binary 101 100101 10011100 1100001 1001100 0 100111 11100011 1011110 100000

Color Harmonies of #05259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05259C

Black with #05259C

Text Example


Text Example

White with #05259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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