Html Css Color HEX #012CBC International Klein Blue

📋 copy color: '#012CBC'

red 1 ◦ green 44 ◦ blue 188

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

Shades of International Klein Blue #012CBC

Tints of International Klein Blue #012CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 0.43%
G = 18.88%
B = 80.69%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#012CBC (or 0x012CBC) is known color: International Klein Blue. HEX triplet: 01, 2C and BC. RGB value is (1,44,188). Sum of RGB (Red+Green+Blue) = 1+44+188=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #012CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CBC is #FED343. Grayscale: #2E2E2E. Windows color (decimal): -16700228 or 12332033. OLE color: 12332033.

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

Color convert

RGB 1 44 188 -
CMYK 0.99 0.77 0 0.26
HSL 226.2º 0.99% 0.37% -
HSV(B) 226.2º 0.99% 0.74% -
XYZ 9.99 5.44 48.1 -
YUV 47.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 1 44 188 0.99 0.77 0 0.26 226.2 0.99 0.37
Hex 1 2C BC 63 4D 0 1A E2 63 25
Octal 1 54 274 143 115 0 32 342 143 45
Binary 1 101100 10111100 1100011 1001101 0 11010 11100010 1100011 100101

Color Harmonies of #012CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CBC

Black with #012CBC

Text Example


Text Example

White with #012CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,44,188); }

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

background-color css

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

 a { background-color: rgb(1,44,188); }

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

border-color css

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

 span { border-color: rgb(1,44,188); }

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