Html Css Color HEX #00199F International Klein Blue

📋 copy color: '#00199F'

red 0 ◦ green 25 ◦ blue 159

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

Shades of International Klein Blue #00199F

Tints of International Klein Blue #00199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 86.41%

R = 0%
G = 13.59%
B = 86.41%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00199F (or 0x00199F) is known color: International Klein Blue. HEX triplet: 00, 19 and 9F. RGB value is (0,25,159). Sum of RGB (Red+Green+Blue) = 0+25+159=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #00199F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00199F is #FFE660. Grayscale: #202020. Windows color (decimal): -16770657 or 10426624. OLE color: 10426624.

HSL color Cylindrical-coordinate representation of color #00199F: hue angle of 230.57º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00199F is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 25 159 -
CMYK 1 0.84 0 0.38
HSL 230.57º 1% 0.31% -
HSV(B) 230.57º 1% 0.62% -
XYZ 6.61 3.2 33.07 -
YUV 32.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 0 25 159 1 0.84 0 0.38 230.57 1 0.31
Hex 0 19 9F 64 54 0 26 E7 64 1F
Octal 0 31 237 144 124 0 46 347 144 37
Binary 0 11001 10011111 1100100 1010100 0 100110 11100111 1100100 11111

Color Harmonies of #00199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00199F

Black with #00199F

Text Example


Text Example

White with #00199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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