Html Css Color HEX #0126BE International Klein Blue

📋 copy color: '#0126BE'

red 1 ◦ green 38 ◦ blue 190

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

Shades of International Klein Blue #0126BE

Tints of International Klein Blue #0126BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.97%

R = 0.44%
G = 16.59%
B = 82.97%

CMYK

 C value IS 0.99

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0126BE (or 0x0126BE) is known color: International Klein Blue. HEX triplet: 01, 26 and BE. RGB value is (1,38,190). Sum of RGB (Red+Green+Blue) = 1+38+190=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #0126BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0126BE is #FED941. Grayscale: #2B2B2B. Windows color (decimal): -16701762 or 12461569. OLE color: 12461569.

HSL color Cylindrical-coordinate representation of color #0126BE: hue angle of 228.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0126BE is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 38 190 -
CMYK 0.99 0.8 0 0.25
HSL 228.25º 0.99% 0.37% -
HSV(B) 228.25º 0.99% 0.75% -
XYZ 10 5.11 49.17 -
YUV 44.27 210.24 97.14 -
System Red Green Blue C M Y K H S L
Decimal 1 38 190 0.99 0.8 0 0.25 228.25 0.99 0.37
Hex 1 26 BE 63 50 0 19 E4 63 25
Octal 1 46 276 143 120 0 31 344 143 45
Binary 1 100110 10111110 1100011 1010000 0 11001 11100100 1100011 100101

Color Harmonies of #0126BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0126BE

Black with #0126BE

Text Example


Text Example

White with #0126BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0126BE; }

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

 H1.HeaderClassName
 {
   color: #0126BE;
 }
 .AnyTagClassName
 {
   color: #0126BE;
 }
</style>

background-color css

<style>
 a { background-color: #0126BE; }

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

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

border-color css

<style>
 span { border-color: #0126BE; }

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

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