Html Css Color HEX #0130A0 International Klein Blue

📋 copy color: '#0130A0'

red 1 ◦ green 48 ◦ blue 160

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

Shades of International Klein Blue #0130A0

Tints of International Klein Blue #0130A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 76.56%

R = 0.48%
G = 22.97%
B = 76.56%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0130A0 (or 0x0130A0) is known color: International Klein Blue. HEX triplet: 01, 30 and A0. RGB value is (1,48,160). Sum of RGB (Red+Green+Blue) = 1+48+160=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #0130A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0130A0 is #FECF5F. Grayscale: #2E2E2E. Windows color (decimal): -16699232 or 10498049. OLE color: 10498049.

HSL color Cylindrical-coordinate representation of color #0130A0: hue angle of 222.26º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0130A0 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 48 160 -
CMYK 0.99 0.70 0 0.37
HSL 222.26º 0.99% 0.32% -
HSV(B) 222.26º 0.99% 0.63% -
XYZ 7.41 4.66 33.77 -
YUV 46.72 191.93 95.39 -
System Red Green Blue C M Y K H S L
Decimal 1 48 160 0.99 0.70 0 0.37 222.26 0.99 0.32
Hex 1 30 A0 63 46 0 25 DE 63 20
Octal 1 60 240 143 106 0 45 336 143 40
Binary 1 110000 10100000 1100011 1000110 0 100101 11011110 1100011 100000

Color Harmonies of #0130A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0130A0

Black with #0130A0

Text Example


Text Example

White with #0130A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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