Html Css Color HEX #0135BD International Klein Blue

📋 copy color: '#0135BD'

red 1 ◦ green 53 ◦ blue 189

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

Shades of International Klein Blue #0135BD

Tints of International Klein Blue #0135BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 189 (74.22% from 255) = 77.78%

R = 0.41%
G = 21.81%
B = 77.78%

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

#0135BD (or 0x0135BD) is known color: International Klein Blue. HEX triplet: 01, 35 and BD. RGB value is (1,53,189). Sum of RGB (Red+Green+Blue) = 1+53+189=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #0135BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135BD is #FECA42. Grayscale: #343434. Windows color (decimal): -16697923 or 12399873. OLE color: 12399873.

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

Color convert

RGB 1 53 189 -
CMYK 0.99 0.72 0 0.26
HSL 223.4º 0.99% 0.37% -
HSV(B) 223.4º 0.99% 0.74% -
XYZ 10.47 6.23 48.79 -
YUV 52.96 204.77 90.94 -
System Red Green Blue C M Y K H S L
Decimal 1 53 189 0.99 0.72 0 0.26 223.4 0.99 0.37
Hex 1 35 BD 63 48 0 1A DF 63 25
Octal 1 65 275 143 110 0 32 337 143 45
Binary 1 110101 10111101 1100011 1001000 0 11010 11011111 1100011 100101

Color Harmonies of #0135BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135BD

Black with #0135BD

Text Example


Text Example

White with #0135BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0135BD; }

 p { color: rgb(1,53,189); }

 H1.HeaderClassName
 {
   color: #0135BD;
 }
 .AnyTagClassName
 {
   color: #0135BD;
 }
</style>

background-color css

<style>
 a { background-color: #0135BD; }

 a { background-color: rgb(1,53,189); }

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

border-color css

<style>
 span { border-color: #0135BD; }

 span { border-color: rgb(1,53,189); }

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