Html Css Color HEX #01269D International Klein Blue

📋 copy color: '#01269D'

red 1 ◦ green 38 ◦ blue 157

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

Shades of International Klein Blue #01269D

Tints of International Klein Blue #01269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.39%

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

R = 0.51%
G = 19.39%
B = 80.1%

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

#01269D (or 0x01269D) is known color: International Klein Blue. HEX triplet: 01, 26 and 9D. RGB value is (1,38,157). Sum of RGB (Red+Green+Blue) = 1+38+157=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #01269D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01269D is #FED962. Grayscale: #272727. Windows color (decimal): -16701795 or 10298881. OLE color: 10298881.

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

Color convert

RGB 1 38 157 -
CMYK 0.99 0.76 0 0.38
HSL 225.77º 0.99% 0.31% -
HSV(B) 225.77º 0.99% 0.62% -
XYZ 6.79 3.83 32.28 -
YUV 40.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 1 38 157 0.99 0.76 0 0.38 225.77 0.99 0.31
Hex 1 26 9D 63 4C 0 26 E2 63 1F
Octal 1 46 235 143 114 0 46 342 143 37
Binary 1 100110 10011101 1100011 1001100 0 100110 11100010 1100011 11111

Color Harmonies of #01269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01269D

Black with #01269D

Text Example


Text Example

White with #01269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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