Html Css Color HEX #001FBE International Klein Blue

📋 copy color: '#001FBE'

red 0 ◦ green 31 ◦ blue 190

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

Shades of International Klein Blue #001FBE

Tints of International Klein Blue #001FBE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 31 (12.5% from 255) = 14.03%

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

R = 0%
G = 14.03%
B = 85.97%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#001FBE (or 0x001FBE) is known color: International Klein Blue. HEX triplet: 00, 1F and BE. RGB value is (0,31,190). Sum of RGB (Red+Green+Blue) = 0+31+190=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #001FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FBE is #FFE041. Grayscale: #272727. Windows color (decimal): -16769090 or 12459776. OLE color: 12459776.

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

Color convert

RGB 0 31 190 -
CMYK 1 0.84 0 0.25
HSL 230.21º 1% 0.37% -
HSV(B) 230.21º 1% 0.75% -
XYZ 9.78 4.7 49.11 -
YUV 39.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 0 31 190 1 0.84 0 0.25 230.21 1 0.37
Hex 0 1F BE 64 54 0 19 E6 64 25
Octal 0 37 276 144 124 0 31 346 144 45
Binary 0 11111 10111110 1100100 1010100 0 11001 11100110 1100100 100101

Color Harmonies of #001FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FBE

Black with #001FBE

Text Example


Text Example

White with #001FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,31,190); }

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

background-color css

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

 a { background-color: rgb(0,31,190); }

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

border-color css

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

 span { border-color: rgb(0,31,190); }

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