Html Css Color HEX #012CB3 International Klein Blue

📋 copy color: '#012CB3'

red 1 ◦ green 44 ◦ blue 179

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

Shades of International Klein Blue #012CB3

Tints of International Klein Blue #012CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 79.91%

R = 0.45%
G = 19.64%
B = 79.91%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#012CB3 (or 0x012CB3) is known color: International Klein Blue. HEX triplet: 01, 2C and B3. RGB value is (1,44,179). Sum of RGB (Red+Green+Blue) = 1+44+179=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 179 (70.31% from 255 or 79.91% from 224); Max value from RGB is 179 - color contains mainly: blue. Hex color #012CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CB3 is #FED34C. Grayscale: #2D2D2D. Windows color (decimal): -16700237 or 11742209. OLE color: 11742209.

HSL color Cylindrical-coordinate representation of color #012CB3: hue angle of 225.51º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012CB3 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 44 179 -
CMYK 0.99 0.75 0 0.30
HSL 225.51º 0.99% 0.35% -
HSV(B) 225.51º 0.99% 0.7% -
XYZ 9.05 5.06 43.15 -
YUV 46.53 202.75 95.52 -
System Red Green Blue C M Y K H S L
Decimal 1 44 179 0.99 0.75 0 0.30 225.51 0.99 0.35
Hex 1 2C B3 63 4B 0 1E E2 63 23
Octal 1 54 263 143 113 0 36 342 143 43
Binary 1 101100 10110011 1100011 1001011 0 11110 11100010 1100011 100011

Color Harmonies of #012CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CB3

Black with #012CB3

Text Example


Text Example

White with #012CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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