Html Css Color HEX #01229F International Klein Blue

📋 copy color: '#01229F'

red 1 ◦ green 34 ◦ blue 159

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

Shades of International Klein Blue #01229F

Tints of International Klein Blue #01229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 0.52%
G = 17.53%
B = 81.96%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01229F (or 0x01229F) is known color: International Klein Blue. HEX triplet: 01, 22 and 9F. RGB value is (1,34,159). Sum of RGB (Red+Green+Blue) = 1+34+159=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #01229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01229F is #FEDD60. Grayscale: #252525. Windows color (decimal): -16702817 or 10428929. OLE color: 10428929.

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

Color convert

RGB 1 34 159 -
CMYK 0.99 0.79 0 0.38
HSL 227.47º 0.99% 0.31% -
HSV(B) 227.47º 0.99% 0.62% -
XYZ 6.84 3.65 33.15 -
YUV 38.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 1 34 159 0.99 0.79 0 0.38 227.47 0.99 0.31
Hex 1 22 9F 63 4F 0 26 E3 63 1F
Octal 1 42 237 143 117 0 46 343 143 37
Binary 1 100010 10011111 1100011 1001111 0 100110 11100011 1100011 11111

Color Harmonies of #01229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01229F

Black with #01229F

Text Example


Text Example

White with #01229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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