Html Css Color HEX #0138BC International Klein Blue

📋 copy color: '#0138BC'

red 1 ◦ green 56 ◦ blue 188

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

Shades of International Klein Blue #0138BC

Tints of International Klein Blue #0138BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.73%

R = 0.41%
G = 22.86%
B = 76.73%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0138BC (or 0x0138BC) is known color: International Klein Blue. HEX triplet: 01, 38 and BC. RGB value is (1,56,188). Sum of RGB (Red+Green+Blue) = 1+56+188=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0138BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0138BC is #FEC743. Grayscale: #363636. Windows color (decimal): -16697156 or 12335105. OLE color: 12335105.

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

Color convert

RGB 1 56 188 -
CMYK 0.99 0.70 0 0.26
HSL 222.35º 0.99% 0.37% -
HSV(B) 222.35º 0.99% 0.74% -
XYZ 10.5 6.47 48.27 -
YUV 54.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 1 56 188 0.99 0.70 0 0.26 222.35 0.99 0.37
Hex 1 38 BC 63 46 0 1A DE 63 25
Octal 1 70 274 143 106 0 32 336 143 45
Binary 1 111000 10111100 1100011 1000110 0 11010 11011110 1100011 100101

Color Harmonies of #0138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0138BC

Black with #0138BC

Text Example


Text Example

White with #0138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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