Html Css Color HEX #001BA3 International Klein Blue

📋 copy color: '#001BA3'

red 0 ◦ green 27 ◦ blue 163

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

Shades of International Klein Blue #001BA3

Tints of International Klein Blue #001BA3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 27 (10.94% from 255) = 14.21%

 BLUE value IS 163 (64.06% from 255) = 85.79%

R = 0%
G = 14.21%
B = 85.79%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#001BA3 (or 0x001BA3) is known color: International Klein Blue. HEX triplet: 00, 1B and A3. RGB value is (0,27,163). Sum of RGB (Red+Green+Blue) = 0+27+163=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 163 (64.06% from 255 or 85.79% from 190); Max value from RGB is 163 - color contains mainly: blue. Hex color #001BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BA3 is #FFE45C. Grayscale: #212121. Windows color (decimal): -16770141 or 10689280. OLE color: 10689280.

HSL color Cylindrical-coordinate representation of color #001BA3: hue angle of 230.06º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BA3 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 27 163 -
CMYK 1 0.83 0 0.36
HSL 230.06º 1% 0.32% -
HSV(B) 230.06º 1% 0.64% -
XYZ 7 3.43 34.94 -
YUV 34.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 0 27 163 1 0.83 0 0.36 230.06 1 0.32
Hex 0 1B A3 64 53 0 24 E6 64 20
Octal 0 33 243 144 123 0 44 346 144 40
Binary 0 11011 10100011 1100100 1010011 0 100100 11100110 1100100 100000

Color Harmonies of #001BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BA3

Black with #001BA3

Text Example


Text Example

White with #001BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001BA3; }

 p { color: rgb(0,27,163); }

 H1.HeaderClassName
 {
   color: #001BA3;
 }
 .AnyTagClassName
 {
   color: #001BA3;
 }
</style>

background-color css

<style>
 a { background-color: #001BA3; }

 a { background-color: rgb(0,27,163); }

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

border-color css

<style>
 span { border-color: #001BA3; }

 span { border-color: rgb(0,27,163); }

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