Html Css Color HEX #0134BE International Klein Blue

📋 copy color: '#0134BE'

red 1 ◦ green 52 ◦ blue 190

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

Shades of International Klein Blue #0134BE

Tints of International Klein Blue #0134BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 0.41%
G = 21.4%
B = 78.19%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0134BE (or 0x0134BE) is known color: International Klein Blue. HEX triplet: 01, 34 and BE. RGB value is (1,52,190). Sum of RGB (Red+Green+Blue) = 1+52+190=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #0134BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134BE is #FECB41. Grayscale: #333333. Windows color (decimal): -16698178 or 12465153. OLE color: 12465153.

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

Color convert

RGB 1 52 190 -
CMYK 0.99 0.73 0 0.25
HSL 223.81º 0.99% 0.37% -
HSV(B) 223.81º 0.99% 0.75% -
XYZ 10.53 6.18 49.35 -
YUV 52.48 205.6 91.28 -
System Red Green Blue C M Y K H S L
Decimal 1 52 190 0.99 0.73 0 0.25 223.81 0.99 0.37
Hex 1 34 BE 63 49 0 19 E0 63 25
Octal 1 64 276 143 111 0 31 340 143 45
Binary 1 110100 10111110 1100011 1001001 0 11001 11100000 1100011 100101

Color Harmonies of #0134BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0134BE

Black with #0134BE

Text Example


Text Example

White with #0134BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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