Html Css Color HEX #002DC1 International Klein Blue

📋 copy color: '#002DC1'

red 0 ◦ green 45 ◦ blue 193

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

Shades of International Klein Blue #002DC1

Tints of International Klein Blue #002DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 193 (75.78% from 255) = 81.09%

R = 0%
G = 18.91%
B = 81.09%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#002DC1 (or 0x002DC1) is known color: International Klein Blue. HEX triplet: 00, 2D and C1. RGB value is (0,45,193). Sum of RGB (Red+Green+Blue) = 0+45+193=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 193 (75.78% from 255 or 81.09% from 238); Max value from RGB is 193 - color contains mainly: blue. Hex color #002DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DC1 is #FFD23E. Grayscale: #2F2F2F. Windows color (decimal): -16765503 or 12659968. OLE color: 12659968.

HSL color Cylindrical-coordinate representation of color #002DC1: hue angle of 226.01º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DC1 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 45 193 -
CMYK 1 0.77 0 0.24
HSL 226.01º 1% 0.38% -
HSV(B) 226.01º 1% 0.76% -
XYZ 10.56 5.73 51 -
YUV 48.42 209.59 93.47 -
System Red Green Blue C M Y K H S L
Decimal 0 45 193 1 0.77 0 0.24 226.01 1 0.38
Hex 0 2D C1 64 4D 0 18 E2 64 26
Octal 0 55 301 144 115 0 30 342 144 46
Binary 0 101101 11000001 1100100 1001101 0 11000 11100010 1100100 100110

Color Harmonies of #002DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DC1

Black with #002DC1

Text Example


Text Example

White with #002DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,45,193); }

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

background-color css

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

 a { background-color: rgb(0,45,193); }

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

border-color css

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

 span { border-color: rgb(0,45,193); }

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