Html Css Color HEX #0621BA International Klein Blue

📋 copy color: '#0621BA'

red 6 ◦ green 33 ◦ blue 186

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

Shades of International Klein Blue #0621BA

Tints of International Klein Blue #0621BA

RGB

 RED value IS 6 (2.73% from 255) = 2.67%

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 2.67%
G = 14.67%
B = 82.67%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0621BA (or 0x0621BA) is known color: International Klein Blue. HEX triplet: 06, 21 and BA. RGB value is (6,33,186). Sum of RGB (Red+Green+Blue) = 6+33+186=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #0621BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621BA is #F9DE45. Grayscale: #292929. Windows color (decimal): -16375366 or 12198150. OLE color: 12198150.

HSL color Cylindrical-coordinate representation of color #0621BA: hue angle of 231º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621BA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 33 186 -
CMYK 0.97 0.82 0 0.27
HSL 231º 0.94% 0.38% -
HSV(B) 231º 0.97% 0.73% -
XYZ 9.48 4.67 46.86 -
YUV 42.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 6 33 186 0.97 0.82 0 0.27 231 0.94 0.38
Hex 6 21 BA 61 52 0 1B E7 5E 26
Octal 6 41 272 141 122 0 33 347 136 46
Binary 110 100001 10111010 1100001 1010010 0 11011 11100111 1011110 100110

Color Harmonies of #0621BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621BA

Black with #0621BA

Text Example


Text Example

White with #0621BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0621BA; }

 p { color: rgb(6,33,186); }

 H1.HeaderClassName
 {
   color: #0621BA;
 }
 .AnyTagClassName
 {
   color: #0621BA;
 }
</style>

background-color css

<style>
 a { background-color: #0621BA; }

 a { background-color: rgb(6,33,186); }

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

border-color css

<style>
 span { border-color: #0621BA; }

 span { border-color: rgb(6,33,186); }

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