Html Css Color HEX #0136B4 International Klein Blue

📋 copy color: '#0136B4'

red 1 ◦ green 54 ◦ blue 180

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

Shades of International Klein Blue #0136B4

Tints of International Klein Blue #0136B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 76.6%

R = 0.43%
G = 22.98%
B = 76.6%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0136B4 (or 0x0136B4) is known color: International Klein Blue. HEX triplet: 01, 36 and B4. RGB value is (1,54,180). Sum of RGB (Red+Green+Blue) = 1+54+180=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 180 (70.70% from 255 or 76.60% from 235); Max value from RGB is 180 - color contains mainly: blue. Hex color #0136B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136B4 is #FEC94B. Grayscale: #333333. Windows color (decimal): -16697676 or 11810305. OLE color: 11810305.

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

Color convert

RGB 1 54 180 -
CMYK 0.99 0.7 0 0.29
HSL 222.23º 0.99% 0.35% -
HSV(B) 222.23º 0.99% 0.71% -
XYZ 9.57 5.94 43.82 -
YUV 52.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 1 54 180 0.99 0.7 0 0.29 222.23 0.99 0.35
Hex 1 36 B4 63 46 0 1D DE 63 23
Octal 1 66 264 143 106 0 35 336 143 43
Binary 1 110110 10110100 1100011 1000110 0 11101 11011110 1100011 100011

Color Harmonies of #0136B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136B4

Black with #0136B4

Text Example


Text Example

White with #0136B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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