Html Css Color HEX #0130BE International Klein Blue

📋 copy color: '#0130BE'

red 1 ◦ green 48 ◦ blue 190

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

Shades of International Klein Blue #0130BE

Tints of International Klein Blue #0130BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 0.42%
G = 20.08%
B = 79.5%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0130BE (or 0x0130BE) is known color: International Klein Blue. HEX triplet: 01, 30 and BE. RGB value is (1,48,190). Sum of RGB (Red+Green+Blue) = 1+48+190=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #0130BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130BE is #FECF41. Grayscale: #313131. Windows color (decimal): -16699202 or 12464129. OLE color: 12464129.

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

Color convert

RGB 1 48 190 -
CMYK 0.99 0.75 0 0.25
HSL 225.08º 0.99% 0.37% -
HSV(B) 225.08º 0.99% 0.75% -
XYZ 10.36 5.84 49.3 -
YUV 50.14 206.93 92.95 -
System Red Green Blue C M Y K H S L
Decimal 1 48 190 0.99 0.75 0 0.25 225.08 0.99 0.37
Hex 1 30 BE 63 4B 0 19 E1 63 25
Octal 1 60 276 143 113 0 31 341 143 45
Binary 1 110000 10111110 1100011 1001011 0 11001 11100001 1100011 100101

Color Harmonies of #0130BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0130BE

Black with #0130BE

Text Example


Text Example

White with #0130BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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