Html Css Color HEX #012BBA International Klein Blue

📋 copy color: '#012BBA'

red 1 ◦ green 43 ◦ blue 186

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

Shades of International Klein Blue #012BBA

Tints of International Klein Blue #012BBA

RGB

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

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

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

R = 0.43%
G = 18.7%
B = 80.87%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#012BBA (or 0x012BBA) is known color: International Klein Blue. HEX triplet: 01, 2B and BA. RGB value is (1,43,186). Sum of RGB (Red+Green+Blue) = 1+43+186=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #012BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BBA is #FED445. Grayscale: #2E2E2E. Windows color (decimal): -16700486 or 12200705. OLE color: 12200705.

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

Color convert

RGB 1 43 186 -
CMYK 0.99 0.77 0 0.27
HSL 226.38º 0.99% 0.37% -
HSV(B) 226.38º 0.99% 0.73% -
XYZ 9.74 5.28 46.96 -
YUV 46.74 206.59 95.37 -
System Red Green Blue C M Y K H S L
Decimal 1 43 186 0.99 0.77 0 0.27 226.38 0.99 0.37
Hex 1 2B BA 63 4D 0 1B E2 63 25
Octal 1 53 272 143 115 0 33 342 143 45
Binary 1 101011 10111010 1100011 1001101 0 11011 11100010 1100011 100101

Color Harmonies of #012BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BBA

Black with #012BBA

Text Example


Text Example

White with #012BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,186); }

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

background-color css

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

 a { background-color: rgb(1,43,186); }

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

border-color css

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

 span { border-color: rgb(1,43,186); }

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