Html Css Color HEX #0124BE International Klein Blue

📋 copy color: '#0124BE'

red 1 ◦ green 36 ◦ blue 190

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

Shades of International Klein Blue #0124BE

Tints of International Klein Blue #0124BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 0.44%
G = 15.86%
B = 83.7%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0124BE (or 0x0124BE) is known color: International Klein Blue. HEX triplet: 01, 24 and BE. RGB value is (1,36,190). Sum of RGB (Red+Green+Blue) = 1+36+190=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0124BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124BE is #FEDB41. Grayscale: #2A2A2A. Windows color (decimal): -16702274 or 12461057. OLE color: 12461057.

HSL color Cylindrical-coordinate representation of color #0124BE: hue angle of 228.89º 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 #0124BE is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 36 190 -
CMYK 0.99 0.81 0 0.25
HSL 228.89º 0.99% 0.37% -
HSV(B) 228.89º 0.99% 0.75% -
XYZ 9.94 4.99 49.15 -
YUV 43.09 210.9 97.98 -
System Red Green Blue C M Y K H S L
Decimal 1 36 190 0.99 0.81 0 0.25 228.89 0.99 0.37
Hex 1 24 BE 63 51 0 19 E5 63 25
Octal 1 44 276 143 121 0 31 345 143 45
Binary 1 100100 10111110 1100011 1010001 0 11001 11100101 1100011 100101

Color Harmonies of #0124BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124BE

Black with #0124BE

Text Example


Text Example

White with #0124BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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