Html Css Color HEX #01259B International Klein Blue

📋 copy color: '#01259B'

red 1 ◦ green 37 ◦ blue 155

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

Shades of International Klein Blue #01259B

Tints of International Klein Blue #01259B

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 19.17%
B = 80.31%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01259B (or 0x01259B) is known color: International Klein Blue. HEX triplet: 01, 25 and 9B. RGB value is (1,37,155). Sum of RGB (Red+Green+Blue) = 1+37+155=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #01259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01259B is #FEDA64. Grayscale: #272727. Windows color (decimal): -16702053 or 10167553. OLE color: 10167553.

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

Color convert

RGB 1 37 155 -
CMYK 0.99 0.76 0 0.39
HSL 225.97º 0.99% 0.31% -
HSV(B) 225.97º 0.99% 0.61% -
XYZ 6.59 3.7 31.38 -
YUV 39.69 193.07 100.41 -
System Red Green Blue C M Y K H S L
Decimal 1 37 155 0.99 0.76 0 0.39 225.97 0.99 0.31
Hex 1 25 9B 63 4C 0 27 E2 63 1F
Octal 1 45 233 143 114 0 47 342 143 37
Binary 1 100101 10011011 1100011 1001100 0 100111 11100010 1100011 11111

Color Harmonies of #01259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01259B

Black with #01259B

Text Example


Text Example

White with #01259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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