Html Css Color HEX #001FB9 International Klein Blue

📋 copy color: '#001FB9'

red 0 ◦ green 31 ◦ blue 185

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

Shades of International Klein Blue #001FB9

Tints of International Klein Blue #001FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 85.65%

R = 0%
G = 14.35%
B = 85.65%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#001FB9 (or 0x001FB9) is known color: International Klein Blue. HEX triplet: 00, 1F and B9. RGB value is (0,31,185). Sum of RGB (Red+Green+Blue) = 0+31+185=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 185 (72.66% from 255 or 85.65% from 216); Max value from RGB is 185 - color contains mainly: blue. Hex color #001FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FB9 is #FFE046. Grayscale: #262626. Windows color (decimal): -16769095 or 12132096. OLE color: 12132096.

HSL color Cylindrical-coordinate representation of color #001FB9: hue angle of 229.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FB9 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 31 185 -
CMYK 1 0.83 0 0.27
HSL 229.95º 1% 0.36% -
HSV(B) 229.95º 1% 0.73% -
XYZ 9.25 4.48 46.28 -
YUV 39.29 210.23 99.98 -
System Red Green Blue C M Y K H S L
Decimal 0 31 185 1 0.83 0 0.27 229.95 1 0.36
Hex 0 1F B9 64 53 0 1B E6 64 24
Octal 0 37 271 144 123 0 33 346 144 44
Binary 0 11111 10111001 1100100 1010011 0 11011 11100110 1100100 100100

Color Harmonies of #001FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FB9

Black with #001FB9

Text Example


Text Example

White with #001FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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