Html Css Color HEX #002DBA International Klein Blue

📋 copy color: '#002DBA'

red 0 ◦ green 45 ◦ blue 186

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

Shades of International Klein Blue #002DBA

Tints of International Klein Blue #002DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.52%

R = 0%
G = 19.48%
B = 80.52%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#002DBA (or 0x002DBA) is known color: International Klein Blue. HEX triplet: 00, 2D and BA. RGB value is (0,45,186). Sum of RGB (Red+Green+Blue) = 0+45+186=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #002DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DBA is #FFD245. Grayscale: #2F2F2F. Windows color (decimal): -16765510 or 12201216. OLE color: 12201216.

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

Color convert

RGB 0 45 186 -
CMYK 1 0.76 0 0.27
HSL 225.48º 1% 0.36% -
HSV(B) 225.48º 1% 0.73% -
XYZ 9.8 5.42 46.98 -
YUV 47.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 0 45 186 1 0.76 0 0.27 225.48 1 0.36
Hex 0 2D BA 64 4C 0 1B E1 64 24
Octal 0 55 272 144 114 0 33 341 144 44
Binary 0 101101 10111010 1100100 1001100 0 11011 11100001 1100100 100100

Color Harmonies of #002DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DBA

Black with #002DBA

Text Example


Text Example

White with #002DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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