Html Css Color HEX #0024BF International Klein Blue

📋 copy color: '#0024BF'

red 0 ◦ green 36 ◦ blue 191

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

Shades of International Klein Blue #0024BF

Tints of International Klein Blue #0024BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 0%
G = 15.86%
B = 84.14%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0024BF (or 0x0024BF) is known color: International Klein Blue. HEX triplet: 00, 24 and BF. RGB value is (0,36,191). Sum of RGB (Red+Green+Blue) = 0+36+191=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #0024BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024BF is #FFDB40. Grayscale: #2A2A2A. Windows color (decimal): -16767809 or 12526592. OLE color: 12526592.

HSL color Cylindrical-coordinate representation of color #0024BF: hue angle of 228.69º 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 #0024BF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 36 191 -
CMYK 1 0.81 0 0.25
HSL 228.69º 1% 0.37% -
HSV(B) 228.69º 1% 0.75% -
XYZ 10.03 5.02 49.73 -
YUV 42.91 211.57 97.4 -
System Red Green Blue C M Y K H S L
Decimal 0 36 191 1 0.81 0 0.25 228.69 1 0.37
Hex 0 24 BF 64 51 0 19 E5 64 25
Octal 0 44 277 144 121 0 31 345 144 45
Binary 0 100100 10111111 1100100 1010001 0 11001 11100101 1100100 100101

Color Harmonies of #0024BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0024BF

Black with #0024BF

Text Example


Text Example

White with #0024BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0024BF; }

 p { color: rgb(0,36,191); }

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

background-color css

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

 a { background-color: rgb(0,36,191); }

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

border-color css

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

 span { border-color: rgb(0,36,191); }

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