Html Css Color HEX #002DB2 International Klein Blue

📋 copy color: '#002DB2'

red 0 ◦ green 45 ◦ blue 178

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

Shades of International Klein Blue #002DB2

Tints of International Klein Blue #002DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.82%

R = 0%
G = 20.18%
B = 79.82%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#002DB2 (or 0x002DB2) is known color: International Klein Blue. HEX triplet: 00, 2D and B2. RGB value is (0,45,178). Sum of RGB (Red+Green+Blue) = 0+45+178=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 178 (69.92% from 255 or 79.82% from 223); Max value from RGB is 178 - color contains mainly: blue. Hex color #002DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DB2 is #FFD24D. Grayscale: #2E2E2E. Windows color (decimal): -16765518 or 11676928. OLE color: 11676928.

HSL color Cylindrical-coordinate representation of color #002DB2: hue angle of 224.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB2 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 45 178 -
CMYK 1 0.75 0 0.30
HSL 224.83º 1% 0.35% -
HSV(B) 224.83º 1% 0.7% -
XYZ 8.97 5.09 42.63 -
YUV 46.71 202.09 94.69 -
System Red Green Blue C M Y K H S L
Decimal 0 45 178 1 0.75 0 0.30 224.83 1 0.35
Hex 0 2D B2 64 4B 0 1E E1 64 23
Octal 0 55 262 144 113 0 36 341 144 43
Binary 0 101101 10110010 1100100 1001011 0 11110 11100001 1100100 100011

Color Harmonies of #002DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DB2

Black with #002DB2

Text Example


Text Example

White with #002DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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