Html Css Color HEX #001BBA International Klein Blue

📋 copy color: '#001BBA'

red 0 ◦ green 27 ◦ blue 186

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

Shades of International Klein Blue #001BBA

Tints of International Klein Blue #001BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 87.32%

R = 0%
G = 12.68%
B = 87.32%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#001BBA (or 0x001BBA) is known color: International Klein Blue. HEX triplet: 00, 1B and BA. RGB value is (0,27,186). Sum of RGB (Red+Green+Blue) = 0+27+186=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #001BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BBA is #FFE445. Grayscale: #242424. Windows color (decimal): -16770118 or 12196608. OLE color: 12196608.

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

Color convert

RGB 0 27 186 -
CMYK 1 0.85 0 0.27
HSL 231.29º 1% 0.36% -
HSV(B) 231.29º 1% 0.73% -
XYZ 9.25 4.33 46.8 -
YUV 37.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 0 27 186 1 0.85 0 0.27 231.29 1 0.36
Hex 0 1B BA 64 55 0 1B E7 64 24
Octal 0 33 272 144 125 0 33 347 144 44
Binary 0 11011 10111010 1100100 1010101 0 11011 11100111 1100100 100100

Color Harmonies of #001BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BBA

Black with #001BBA

Text Example


Text Example

White with #001BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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