Html Css Color HEX #002BBD International Klein Blue

📋 copy color: '#002BBD'

red 0 ◦ green 43 ◦ blue 189

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

Shades of International Klein Blue #002BBD

Tints of International Klein Blue #002BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

 BLUE value IS 189 (74.22% from 255) = 81.47%

R = 0%
G = 18.53%
B = 81.47%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#002BBD (or 0x002BBD) is known color: International Klein Blue. HEX triplet: 00, 2B and BD. RGB value is (0,43,189). Sum of RGB (Red+Green+Blue) = 0+43+189=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #002BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BBD is #FFD442. Grayscale: #2E2E2E. Windows color (decimal): -16766019 or 12397312. OLE color: 12397312.

HSL color Cylindrical-coordinate representation of color #002BBD: hue angle of 226.35º 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 #002BBD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 43 189 -
CMYK 1 0.77 0 0.26
HSL 226.35º 1% 0.37% -
HSV(B) 226.35º 1% 0.74% -
XYZ 10.05 5.4 48.66 -
YUV 46.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 0 43 189 1 0.77 0 0.26 226.35 1 0.37
Hex 0 2B BD 64 4D 0 1A E2 64 25
Octal 0 53 275 144 115 0 32 342 144 45
Binary 0 101011 10111101 1100100 1001101 0 11010 11100010 1100100 100101

Color Harmonies of #002BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BBD

Black with #002BBD

Text Example


Text Example

White with #002BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002BBD; }

 p { color: rgb(0,43,189); }

 H1.HeaderClassName
 {
   color: #002BBD;
 }
 .AnyTagClassName
 {
   color: #002BBD;
 }
</style>

background-color css

<style>
 a { background-color: #002BBD; }

 a { background-color: rgb(0,43,189); }

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

border-color css

<style>
 span { border-color: #002BBD; }

 span { border-color: rgb(0,43,189); }

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