Html Css Color HEX #001BBC International Klein Blue

📋 copy color: '#001BBC'

red 0 ◦ green 27 ◦ blue 188

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

Shades of International Klein Blue #001BBC

Tints of International Klein Blue #001BBC

RGB

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

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

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

R = 0%
G = 12.56%
B = 87.44%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001BBC (or 0x001BBC) is known color: International Klein Blue. HEX triplet: 00, 1B and BC. RGB value is (0,27,188). Sum of RGB (Red+Green+Blue) = 0+27+188=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #001BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BBC is #FFE443. Grayscale: #242424. Windows color (decimal): -16770116 or 12327680. OLE color: 12327680.

HSL color Cylindrical-coordinate representation of color #001BBC: hue angle of 231.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BBC is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 27 188 -
CMYK 1 0.86 0 0.26
HSL 231.38º 1% 0.37% -
HSV(B) 231.38º 1% 0.74% -
XYZ 9.47 4.41 47.93 -
YUV 37.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 0 27 188 1 0.86 0 0.26 231.38 1 0.37
Hex 0 1B BC 64 56 0 1A E7 64 25
Octal 0 33 274 144 126 0 32 347 144 45
Binary 0 11011 10111100 1100100 1010110 0 11010 11100111 1100100 100101

Color Harmonies of #001BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BBC

Black with #001BBC

Text Example


Text Example

White with #001BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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