Html Css Color HEX #0136BC International Klein Blue

📋 copy color: '#0136BC'

red 1 ◦ green 54 ◦ blue 188

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

Shades of International Klein Blue #0136BC

Tints of International Klein Blue #0136BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 0.41%
G = 22.22%
B = 77.37%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0136BC (or 0x0136BC) is known color: International Klein Blue. HEX triplet: 01, 36 and BC. RGB value is (1,54,188). Sum of RGB (Red+Green+Blue) = 1+54+188=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0136BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136BC is #FEC943. Grayscale: #343434. Windows color (decimal): -16697668 or 12334593. OLE color: 12334593.

HSL color Cylindrical-coordinate representation of color #0136BC: hue angle of 222.99º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0136BC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 54 188 -
CMYK 0.99 0.71 0 0.26
HSL 222.99º 0.99% 0.37% -
HSV(B) 222.99º 0.99% 0.74% -
XYZ 10.41 6.28 48.24 -
YUV 53.43 203.94 90.6 -
System Red Green Blue C M Y K H S L
Decimal 1 54 188 0.99 0.71 0 0.26 222.99 0.99 0.37
Hex 1 36 BC 63 47 0 1A DF 63 25
Octal 1 66 274 143 107 0 32 337 143 45
Binary 1 110110 10111100 1100011 1000111 0 11010 11011111 1100011 100101

Color Harmonies of #0136BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136BC

Black with #0136BC

Text Example


Text Example

White with #0136BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0136BC; }

 p { color: rgb(1,54,188); }

 H1.HeaderClassName
 {
   color: #0136BC;
 }
 .AnyTagClassName
 {
   color: #0136BC;
 }
</style>

background-color css

<style>
 a { background-color: #0136BC; }

 a { background-color: rgb(1,54,188); }

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

border-color css

<style>
 span { border-color: #0136BC; }

 span { border-color: rgb(1,54,188); }

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