Html Css Color HEX #01259D International Klein Blue

📋 copy color: '#01259D'

red 1 ◦ green 37 ◦ blue 157

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

Shades of International Klein Blue #01259D

Tints of International Klein Blue #01259D

RGB

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

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

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

R = 0.51%
G = 18.97%
B = 80.51%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01259D (or 0x01259D) is known color: International Klein Blue. HEX triplet: 01, 25 and 9D. RGB value is (1,37,157). Sum of RGB (Red+Green+Blue) = 1+37+157=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #01259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01259D is #FEDA62. Grayscale: #272727. Windows color (decimal): -16702051 or 10298625. OLE color: 10298625.

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

Color convert

RGB 1 37 157 -
CMYK 0.99 0.76 0 0.38
HSL 226.15º 0.99% 0.31% -
HSV(B) 226.15º 0.99% 0.62% -
XYZ 6.76 3.76 32.27 -
YUV 39.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 1 37 157 0.99 0.76 0 0.38 226.15 0.99 0.31
Hex 1 25 9D 63 4C 0 26 E2 63 1F
Octal 1 45 235 143 114 0 46 342 143 37
Binary 1 100101 10011101 1100011 1001100 0 100110 11100010 1100011 11111

Color Harmonies of #01259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01259D

Black with #01259D

Text Example


Text Example

White with #01259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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