Html Css Color HEX #002DB1 International Klein Blue

📋 copy color: '#002DB1'

red 0 ◦ green 45 ◦ blue 177

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

Shades of International Klein Blue #002DB1

Tints of International Klein Blue #002DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 79.73%

R = 0%
G = 20.27%
B = 79.73%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#002DB1 (or 0x002DB1) is known color: International Klein Blue. HEX triplet: 00, 2D and B1. RGB value is (0,45,177). Sum of RGB (Red+Green+Blue) = 0+45+177=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #002DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DB1 is #FFD24E. Grayscale: #2E2E2E. Windows color (decimal): -16765519 or 11611392. OLE color: 11611392.

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

Color convert

RGB 0 45 177 -
CMYK 1 0.75 0 0.31
HSL 224.75º 1% 0.35% -
HSV(B) 224.75º 1% 0.69% -
XYZ 8.87 5.05 42.1 -
YUV 46.59 201.59 94.77 -
System Red Green Blue C M Y K H S L
Decimal 0 45 177 1 0.75 0 0.31 224.75 1 0.35
Hex 0 2D B1 64 4B 0 1F E1 64 23
Octal 0 55 261 144 113 0 37 341 144 43
Binary 0 101101 10110001 1100100 1001011 0 11111 11100001 1100100 100011

Color Harmonies of #002DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DB1

Black with #002DB1

Text Example


Text Example

White with #002DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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