Html Css Color HEX #012FBE International Klein Blue

📋 copy color: '#012FBE'

red 1 ◦ green 47 ◦ blue 190

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

Shades of International Klein Blue #012FBE

Tints of International Klein Blue #012FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 0.42%
G = 19.75%
B = 79.83%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012FBE (or 0x012FBE) is known color: International Klein Blue. HEX triplet: 01, 2F and BE. RGB value is (1,47,190). Sum of RGB (Red+Green+Blue) = 1+47+190=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #012FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBE is #FED041. Grayscale: #303030. Windows color (decimal): -16699458 or 12463873. OLE color: 12463873.

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

Color convert

RGB 1 47 190 -
CMYK 0.99 0.75 0 0.25
HSL 225.4º 0.99% 0.37% -
HSV(B) 225.4º 0.99% 0.75% -
XYZ 10.32 5.76 49.28 -
YUV 49.55 207.26 93.37 -
System Red Green Blue C M Y K H S L
Decimal 1 47 190 0.99 0.75 0 0.25 225.4 0.99 0.37
Hex 1 2F BE 63 4B 0 19 E1 63 25
Octal 1 57 276 143 113 0 31 341 143 45
Binary 1 101111 10111110 1100011 1001011 0 11001 11100001 1100011 100101

Color Harmonies of #012FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FBE

Black with #012FBE

Text Example


Text Example

White with #012FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,190); }

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

background-color css

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

 a { background-color: rgb(1,47,190); }

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

border-color css

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

 span { border-color: rgb(1,47,190); }

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