Html Css Color HEX #05289C International Klein Blue

📋 copy color: '#05289C'

red 5 ◦ green 40 ◦ blue 156

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

Shades of International Klein Blue #05289C

Tints of International Klein Blue #05289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

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

R = 2.49%
G = 19.9%
B = 77.61%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05289C (or 0x05289C) is known color: International Klein Blue. HEX triplet: 05, 28 and 9C. RGB value is (5,40,156). Sum of RGB (Red+Green+Blue) = 5+40+156=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #05289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05289C is #FAD763. Grayscale: #2A2A2A. Windows color (decimal): -16439140 or 10233861. OLE color: 10233861.

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

Color convert

RGB 5 40 156 -
CMYK 0.97 0.74 0 0.39
HSL 226.09º 0.94% 0.32% -
HSV(B) 226.09º 0.97% 0.61% -
XYZ 6.82 3.95 31.86 -
YUV 42.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 5 40 156 0.97 0.74 0 0.39 226.09 0.94 0.32
Hex 5 28 9C 61 4A 0 27 E2 5E 20
Octal 5 50 234 141 112 0 47 342 136 40
Binary 101 101000 10011100 1100001 1001010 0 100111 11100010 1011110 100000

Color Harmonies of #05289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05289C

Black with #05289C

Text Example


Text Example

White with #05289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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