Html Css Color HEX #002DB7 International Klein Blue

📋 copy color: '#002DB7'

red 0 ◦ green 45 ◦ blue 183

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

Shades of International Klein Blue #002DB7

Tints of International Klein Blue #002DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 80.26%

R = 0%
G = 19.74%
B = 80.26%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#002DB7 (or 0x002DB7) is known color: International Klein Blue. HEX triplet: 00, 2D and B7. RGB value is (0,45,183). Sum of RGB (Red+Green+Blue) = 0+45+183=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 183 (71.88% from 255 or 80.26% from 228); Max value from RGB is 183 - color contains mainly: blue. Hex color #002DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DB7 is #FFD248. Grayscale: #2E2E2E. Windows color (decimal): -16765513 or 12004608. OLE color: 12004608.

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

Color convert

RGB 0 45 183 -
CMYK 1 0.75 0 0.28
HSL 225.25º 1% 0.36% -
HSV(B) 225.25º 1% 0.72% -
XYZ 9.49 5.3 45.32 -
YUV 47.28 204.59 94.28 -
System Red Green Blue C M Y K H S L
Decimal 0 45 183 1 0.75 0 0.28 225.25 1 0.36
Hex 0 2D B7 64 4B 0 1C E1 64 24
Octal 0 55 267 144 113 0 34 341 144 44
Binary 0 101101 10110111 1100100 1001011 0 11100 11100001 1100100 100100

Color Harmonies of #002DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DB7

Black with #002DB7

Text Example


Text Example

White with #002DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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