Html Css Color HEX #0138BF International Klein Blue

📋 copy color: '#0138BF'

red 1 ◦ green 56 ◦ blue 191

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

Shades of International Klein Blue #0138BF

Tints of International Klein Blue #0138BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

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

R = 0.4%
G = 22.58%
B = 77.02%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0138BF (or 0x0138BF) is known color: International Klein Blue. HEX triplet: 01, 38 and BF. RGB value is (1,56,191). Sum of RGB (Red+Green+Blue) = 1+56+191=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #0138BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0138BF is #FEC740. Grayscale: #363636. Windows color (decimal): -16697153 or 12531713. OLE color: 12531713.

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

Color convert

RGB 1 56 191 -
CMYK 0.99 0.71 0 0.25
HSL 222.63º 0.99% 0.38% -
HSV(B) 222.63º 0.99% 0.75% -
XYZ 10.83 6.6 49.99 -
YUV 54.95 204.78 89.52 -
System Red Green Blue C M Y K H S L
Decimal 1 56 191 0.99 0.71 0 0.25 222.63 0.99 0.38
Hex 1 38 BF 63 47 0 19 DF 63 26
Octal 1 70 277 143 107 0 31 337 143 46
Binary 1 111000 10111111 1100011 1000111 0 11001 11011111 1100011 100110

Color Harmonies of #0138BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0138BF

Black with #0138BF

Text Example


Text Example

White with #0138BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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