Html Css Color HEX #01299D International Klein Blue

📋 copy color: '#01299D'

red 1 ◦ green 41 ◦ blue 157

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

Shades of International Klein Blue #01299D

Tints of International Klein Blue #01299D

RGB

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

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

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

R = 0.5%
G = 20.6%
B = 78.89%

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

#01299D (or 0x01299D) is known color: International Klein Blue. HEX triplet: 01, 29 and 9D. RGB value is (1,41,157). Sum of RGB (Red+Green+Blue) = 1+41+157=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #01299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01299D is #FED662. Grayscale: #292929. Windows color (decimal): -16701027 or 10299649. OLE color: 10299649.

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

Color convert

RGB 1 41 157 -
CMYK 0.99 0.74 0 0.38
HSL 224.62º 0.99% 0.31% -
HSV(B) 224.62º 0.99% 0.62% -
XYZ 6.89 4.03 32.31 -
YUV 42.26 192.75 98.57 -
System Red Green Blue C M Y K H S L
Decimal 1 41 157 0.99 0.74 0 0.38 224.62 0.99 0.31
Hex 1 29 9D 63 4A 0 26 E1 63 1F
Octal 1 51 235 143 112 0 46 341 143 37
Binary 1 101001 10011101 1100011 1001010 0 100110 11100001 1100011 11111

Color Harmonies of #01299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01299D

Black with #01299D

Text Example


Text Example

White with #01299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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