Html Css Color HEX #002CBF International Klein Blue

📋 copy color: '#002CBF'

red 0 ◦ green 44 ◦ blue 191

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

Shades of International Klein Blue #002CBF

Tints of International Klein Blue #002CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

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

R = 0%
G = 18.72%
B = 81.28%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#002CBF (or 0x002CBF) is known color: International Klein Blue. HEX triplet: 00, 2C and BF. RGB value is (0,44,191). Sum of RGB (Red+Green+Blue) = 0+44+191=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #002CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CBF is #FFD340. Grayscale: #2E2E2E. Windows color (decimal): -16765761 or 12528640. OLE color: 12528640.

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

Color convert

RGB 0 44 191 -
CMYK 1 0.77 0 0.25
HSL 226.18º 1% 0.37% -
HSV(B) 226.18º 1% 0.75% -
XYZ 10.3 5.56 49.82 -
YUV 47.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 0 44 191 1 0.77 0 0.25 226.18 1 0.37
Hex 0 2C BF 64 4D 0 19 E2 64 25
Octal 0 54 277 144 115 0 31 342 144 45
Binary 0 101100 10111111 1100100 1001101 0 11001 11100010 1100100 100101

Color Harmonies of #002CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CBF

Black with #002CBF

Text Example


Text Example

White with #002CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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