Html Css Color HEX #0628BE International Klein Blue

📋 copy color: '#0628BE'

red 6 ◦ green 40 ◦ blue 190

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

Shades of International Klein Blue #0628BE

Tints of International Klein Blue #0628BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 2.54%
G = 16.95%
B = 80.51%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0628BE (or 0x0628BE) is known color: International Klein Blue. HEX triplet: 06, 28 and BE. RGB value is (6,40,190). Sum of RGB (Red+Green+Blue) = 6+40+190=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #0628BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628BE is #F9D741. Grayscale: #2E2E2E. Windows color (decimal): -16373570 or 12462086. OLE color: 12462086.

HSL color Cylindrical-coordinate representation of color #0628BE: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628BE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 40 190 -
CMYK 0.97 0.79 0 0.25
HSL 228.91º 0.94% 0.38% -
HSV(B) 228.91º 0.97% 0.75% -
XYZ 10.13 5.27 49.2 -
YUV 46.93 208.74 98.8 -
System Red Green Blue C M Y K H S L
Decimal 6 40 190 0.97 0.79 0 0.25 228.91 0.94 0.38
Hex 6 28 BE 61 4F 0 19 E5 5E 26
Octal 6 50 276 141 117 0 31 345 136 46
Binary 110 101000 10111110 1100001 1001111 0 11001 11100101 1011110 100110

Color Harmonies of #0628BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0628BE

Black with #0628BE

Text Example


Text Example

White with #0628BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0628BE; }

 p { color: rgb(6,40,190); }

 H1.HeaderClassName
 {
   color: #0628BE;
 }
 .AnyTagClassName
 {
   color: #0628BE;
 }
</style>

background-color css

<style>
 a { background-color: #0628BE; }

 a { background-color: rgb(6,40,190); }

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

border-color css

<style>
 span { border-color: #0628BE; }

 span { border-color: rgb(6,40,190); }

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