Html Css Color HEX #0138B3 International Klein Blue

📋 copy color: '#0138B3'

red 1 ◦ green 56 ◦ blue 179

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

Shades of International Klein Blue #0138B3

Tints of International Klein Blue #0138B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 75.85%

R = 0.42%
G = 23.73%
B = 75.85%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0138B3 (or 0x0138B3) is known color: International Klein Blue. HEX triplet: 01, 38 and B3. RGB value is (1,56,179). Sum of RGB (Red+Green+Blue) = 1+56+179=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 179 (70.31% from 255 or 75.85% from 236); Max value from RGB is 179 - color contains mainly: blue. Hex color #0138B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0138B3 is #FEC74C. Grayscale: #353535. Windows color (decimal): -16697165 or 11745281. OLE color: 11745281.

HSL color Cylindrical-coordinate representation of color #0138B3: hue angle of 221.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0138B3 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 56 179 -
CMYK 0.99 0.69 0 0.30
HSL 221.46º 0.99% 0.35% -
HSV(B) 221.46º 0.99% 0.7% -
XYZ 9.56 6.09 43.32 -
YUV 53.58 198.78 90.5 -
System Red Green Blue C M Y K H S L
Decimal 1 56 179 0.99 0.69 0 0.30 221.46 0.99 0.35
Hex 1 38 B3 63 45 0 1E DD 63 23
Octal 1 70 263 143 105 0 36 335 143 43
Binary 1 111000 10110011 1100011 1000101 0 11110 11011101 1100011 100011

Color Harmonies of #0138B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0138B3

Black with #0138B3

Text Example


Text Example

White with #0138B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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