Html Css Color HEX #0130BF International Klein Blue

📋 copy color: '#0130BF'

red 1 ◦ green 48 ◦ blue 191

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

Shades of International Klein Blue #0130BF

Tints of International Klein Blue #0130BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.58%

R = 0.42%
G = 20%
B = 79.58%

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

#0130BF (or 0x0130BF) is known color: International Klein Blue. HEX triplet: 01, 30 and BF. RGB value is (1,48,191). Sum of RGB (Red+Green+Blue) = 1+48+191=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #0130BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130BF is #FECF40. Grayscale: #313131. Windows color (decimal): -16699201 or 12529665. OLE color: 12529665.

HSL color Cylindrical-coordinate representation of color #0130BF: hue angle of 225.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0130BF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 48 191 -
CMYK 0.99 0.75 0 0.25
HSL 225.16º 0.99% 0.38% -
HSV(B) 225.16º 0.99% 0.75% -
XYZ 10.47 5.88 49.87 -
YUV 50.25 207.43 92.87 -
System Red Green Blue C M Y K H S L
Decimal 1 48 191 0.99 0.75 0 0.25 225.16 0.99 0.38
Hex 1 30 BF 63 4B 0 19 E1 63 26
Octal 1 60 277 143 113 0 31 341 143 46
Binary 1 110000 10111111 1100011 1001011 0 11001 11100001 1100011 100110

Color Harmonies of #0130BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0130BF

Black with #0130BF

Text Example


Text Example

White with #0130BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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