Html Css Color HEX #01299F International Klein Blue

📋 copy color: '#01299F'

red 1 ◦ green 41 ◦ blue 159

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

Shades of International Klein Blue #01299F

Tints of International Klein Blue #01299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 159 (62.5% from 255) = 79.1%

R = 0.5%
G = 20.4%
B = 79.1%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01299F (or 0x01299F) is known color: International Klein Blue. HEX triplet: 01, 29 and 9F. RGB value is (1,41,159). Sum of RGB (Red+Green+Blue) = 1+41+159=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #01299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01299F is #FED660. Grayscale: #292929. Windows color (decimal): -16701025 or 10430721. OLE color: 10430721.

HSL color Cylindrical-coordinate representation of color #01299F: hue angle of 224.81º 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 #01299F is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 41 159 -
CMYK 0.99 0.74 0 0.38
HSL 224.81º 0.99% 0.31% -
HSV(B) 224.81º 0.99% 0.62% -
XYZ 7.06 4.1 33.22 -
YUV 42.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 1 41 159 0.99 0.74 0 0.38 224.81 0.99 0.31
Hex 1 29 9F 63 4A 0 26 E1 63 1F
Octal 1 51 237 143 112 0 46 341 143 37
Binary 1 101001 10011111 1100011 1001010 0 100110 11100001 1100011 11111

Color Harmonies of #01299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01299F

Black with #01299F

Text Example


Text Example

White with #01299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01299F; }

 p { color: rgb(1,41,159); }

 H1.HeaderClassName
 {
   color: #01299F;
 }
 .AnyTagClassName
 {
   color: #01299F;
 }
</style>

background-color css

<style>
 a { background-color: #01299F; }

 a { background-color: rgb(1,41,159); }

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

border-color css

<style>
 span { border-color: #01299F; }

 span { border-color: rgb(1,41,159); }

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