Html Css Color HEX #0134BC International Klein Blue

📋 copy color: '#0134BC'

red 1 ◦ green 52 ◦ blue 188

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

Shades of International Klein Blue #0134BC

Tints of International Klein Blue #0134BC

RGB

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

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

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

R = 0.41%
G = 21.58%
B = 78.01%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0134BC (or 0x0134BC) is known color: International Klein Blue. HEX triplet: 01, 34 and BC. RGB value is (1,52,188). Sum of RGB (Red+Green+Blue) = 1+52+188=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #0134BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134BC is #FECB43. Grayscale: #333333. Windows color (decimal): -16698180 or 12334081. OLE color: 12334081.

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

Color convert

RGB 1 52 188 -
CMYK 0.99 0.72 0 0.26
HSL 223.64º 0.99% 0.37% -
HSV(B) 223.64º 0.99% 0.74% -
XYZ 10.32 6.09 48.21 -
YUV 52.26 204.6 91.44 -
System Red Green Blue C M Y K H S L
Decimal 1 52 188 0.99 0.72 0 0.26 223.64 0.99 0.37
Hex 1 34 BC 63 48 0 1A E0 63 25
Octal 1 64 274 143 110 0 32 340 143 45
Binary 1 110100 10111100 1100011 1001000 0 11010 11100000 1100011 100101

Color Harmonies of #0134BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0134BC

Black with #0134BC

Text Example


Text Example

White with #0134BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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