Html Css Color HEX #012EBF International Klein Blue

📋 copy color: '#012EBF'

red 1 ◦ green 46 ◦ blue 191

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

Shades of International Klein Blue #012EBF

Tints of International Klein Blue #012EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 191 (75% from 255) = 80.25%

R = 0.42%
G = 19.33%
B = 80.25%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012EBF (or 0x012EBF) is known color: International Klein Blue. HEX triplet: 01, 2E and BF. RGB value is (1,46,191). Sum of RGB (Red+Green+Blue) = 1+46+191=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #012EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBF is #FED140. Grayscale: #303030. Windows color (decimal): -16699713 or 12529153. OLE color: 12529153.

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

Color convert

RGB 1 46 191 -
CMYK 0.99 0.76 0 0.25
HSL 225.79º 0.99% 0.38% -
HSV(B) 225.79º 0.99% 0.75% -
XYZ 10.39 5.72 49.85 -
YUV 49.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 1 46 191 0.99 0.76 0 0.25 225.79 0.99 0.38
Hex 1 2E BF 63 4C 0 19 E2 63 26
Octal 1 56 277 143 114 0 31 342 143 46
Binary 1 101110 10111111 1100011 1001100 0 11001 11100010 1100011 100110

Color Harmonies of #012EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EBF

Black with #012EBF

Text Example


Text Example

White with #012EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,191); }

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

background-color css

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

 a { background-color: rgb(1,46,191); }

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

border-color css

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

 span { border-color: rgb(1,46,191); }

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