Html Css Color HEX #001997 International Klein Blue

📋 copy color: '#001997'

red 0 ◦ green 25 ◦ blue 151

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

Shades of International Klein Blue #001997

Tints of International Klein Blue #001997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 151 (59.38% from 255) = 85.8%

R = 0%
G = 14.2%
B = 85.8%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001997 (or 0x001997) is known color: International Klein Blue. HEX triplet: 00, 19 and 97. RGB value is (0,25,151). Sum of RGB (Red+Green+Blue) = 0+25+151=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #001997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001997 is #FFE668. Grayscale: #1F1F1F. Windows color (decimal): -16770665 or 9902336. OLE color: 9902336.

HSL color Cylindrical-coordinate representation of color #001997: hue angle of 230.07º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001997 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 25 151 -
CMYK 1 0.83 0 0.41
HSL 230.07º 1% 0.3% -
HSV(B) 230.07º 1% 0.59% -
XYZ 5.93 2.93 29.53 -
YUV 31.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 0 25 151 1 0.83 0 0.41 230.07 1 0.3
Hex 0 19 97 64 53 0 29 E6 64 1E
Octal 0 31 227 144 123 0 51 346 144 36
Binary 0 11001 10010111 1100100 1010011 0 101001 11100110 1100100 11110

Color Harmonies of #001997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001997

Black with #001997

Text Example


Text Example

White with #001997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001997; }

 p { color: rgb(0,25,151); }

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

background-color css

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

 a { background-color: rgb(0,25,151); }

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

border-color css

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

 span { border-color: rgb(0,25,151); }

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